Looking for a file transfer module NOT ftp

Looking for a file transfer module NOT ftp

am 10.05.2006 05:12:31 von Screwdriver13

Hello,

I'm looking for a module to perform file transfer from one machine to
another. This will be running on Windows machines, multiple windows xp
machines to a windows 2003 server. I don't want to use ftp or windows
file shares. Is there a module that can do this?

Thanks,
Joe

Re: Looking for a file transfer module NOT ftp

am 10.05.2006 05:20:34 von ermeyers

Screwdriver13@hotmail.com wrote:

> Hello,
>
> I'm looking for a module to perform file transfer from one machine to
> another. This will be running on Windows machines, multiple windows xp
> machines to a windows 2003 server. I don't want to use ftp or windows
> file shares. Is there a module that can do this?
>
> Thanks,
> Joe

Hi Joe,

Why not FTP for the File Transfer Protocol?

What Protocol do you want to use?

Seriously,

Eric

Re: Looking for a file transfer module NOT ftp

am 10.05.2006 05:24:46 von ermeyers

Eric R. Meyers wrote:

> Screwdriver13@hotmail.com wrote:
>
>> Hello,
>>
>> I'm looking for a module to perform file transfer from one machine to
>> another. This will be running on Windows machines, multiple windows xp
>> machines to a windows 2003 server. I don't want to use ftp or windows
>> file shares. Is there a module that can do this?
>>
>> Thanks,
>> Joe
>
> Hi Joe,
>
> Why not FTP for the File Transfer Protocol?
>
> What Protocol do you want to use?
>
> Seriously,
>
> Eric

Is a person supposed to be pushing buttons for this, or are you trying to
automate a process? I'm thinking HTTP file upload/download, if your server
has a webserver.

Re: Looking for a file transfer module NOT ftp

am 10.05.2006 13:45:48 von unknown

Screwdriver13@hotmail.com wrote:
> Hello,
>
> I'm looking for a module to perform file transfer from one machine to
> another. This will be running on Windows machines, multiple windows xp
> machines to a windows 2003 server. I don't want to use ftp or windows
> file shares. Is there a module that can do this?
>
> Thanks,
> Joe
>

How about File::Copy, using UNC names?

Tom Wyant

Re: Looking for a file transfer module NOT ftp

am 11.05.2006 02:29:34 von Sisyphus

wrote in message
news:1147230751.652201.283020@j33g2000cwa.googlegroups.com.. .
> Hello,
>
> I'm looking for a module to perform file transfer from one machine to
> another. This will be running on Windows machines, multiple windows xp
> machines to a windows 2003 server. I don't want to use ftp or windows
> file shares. Is there a module that can do this?
>

Another option is to send the file(s) via client/server socket connections
built with IO::Socket.

Cheers,
Rob

Re: Looking for a file transfer module NOT ftp

am 12.05.2006 06:51:12 von Charles DeRykus

Screwdriver13@hotmail.com wrote:
> Hello,
>
> I'm looking for a module to perform file transfer from one machine to
> another. This will be running on Windows machines, multiple windows xp
> machines to a windows 2003 server. I don't want to use ftp or windows
> file shares. Is there a module that can do this?

You may want to consider puTTY which provides a Win32 `secure copy`
to keep file info/cred's from going cleartext. See the Windows link
on the OpenSSH page.

HTH,
--
Charles DeRykus