Ask a Question related to PERL Modules, Design and Development.
-
Screwdriver13@hotmail.com #1
Looking for a file transfer module NOT ftp
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
Screwdriver13@hotmail.com Guest
-
Example of WebService file transfer
Can you point me to a simple example of how to transfer files using a web service. Bob -
FTP Transfer hangs and does not compete the file - or permitmultiple file downloads
I seem to have found an OS X problem. I use Fetch and Transmit for FTP of server log files. But since switching to OS X the file transfers seem to... -
File Transfer
Have you looked at using WSE 2.0 - DIME attachments. file using webservices. -
File transfer by TCP/IP
Hi, Can anyone tell me is it possible to transfer files from one system to another system to a particular folder by IP address alone? And if... -
Simple file transfer -- SCO to AIX
We recently purchased an IBM p630 with AIX5.1L. Our old server is a Compaq with SCO Openserver 5.0.5. We want to do a simple file transfer of our... -
Eric R. Meyers #2
Re: Looking for a file transfer module NOT ftp
[email]Screwdriver13@hotmail.com[/email] wrote:
Hi Joe,> 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
Why not FTP for the File Transfer Protocol?
What Protocol do you want to use?
Seriously,
Eric
Eric R. Meyers Guest
-
Eric R. Meyers #3
Re: Looking for a file transfer module NOT ftp
Eric R. Meyers wrote:
Is a person supposed to be pushing buttons for this, or are you trying to> [email]Screwdriver13@hotmail.com[/email] 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
automate a process? I'm thinking HTTP file upload/download, if your server
has a webserver.
Eric R. Meyers Guest
-
harryfmudd [AT] comcast [DOT] net #4
Re: Looking for a file transfer module NOT ftp
[email]Screwdriver13@hotmail.com[/email] wrote:
How about File::Copy, using UNC names?> 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
>
Tom Wyant
harryfmudd [AT] comcast [DOT] net Guest
-
Sisyphus #5
Re: Looking for a file transfer module NOT ftp
<Screwdriver13@hotmail.com> wrote in message
news:1147230751.652201.283020@j33g2000cwa.googlegr oups.com...Another option is to send the file(s) via client/server socket connections> 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?
>
built with IO::Socket.
Cheers,
Rob
Sisyphus Guest
-
Charles DeRykus #6
Re: Looking for a file transfer module NOT ftp
[email]Screwdriver13@hotmail.com[/email] wrote:
You may want to consider puTTY which provides a Win32 `secure copy`> 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?
to keep file info/cred's from going cleartext. See the Windows link
on the OpenSSH page.
HTH,
--
Charles DeRykus
Charles DeRykus Guest



Reply With Quote

