|
|
|
Clear questions and runnable code get the best and fastest answer |
|
| PerlMonks |
Re: Transfer files (network)by kvale (Monsignor) |
| on Feb 17, 2004 at 01:01 UTC ( [id://329520]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
It seems to me that if you want to send a file from computer A to computer B, then B has to have some way of listening for a connection and receiving the file. This is what a server does, so you will need to implement some sort of server to do this.
FTP is the most common sort of file transfer protocol, so I would recommend using it. If you want to make setting up an FTP server more fun, try Net::FTPServer. -Mark
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||