|
|
| Just another Perl shrine | |
| PerlMonks |
Re: FTPby AcidHawk (Vicar) |
| on Aug 17, 2004 at 15:12 UTC ( [id://383773]=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.
FTP ... stands for File Transfer Protocol. You have a server which has directories that you can read files from or copy file to (Depending on you access). By typing FTP at the shell (command line) you are starting a client that can "get" or "put" files on the server. If you are looking at doing this Client stuff from within a script hardburn is correct look at Net::FTP. (Example from the docs below)
If you are looking to write a "kind of" server you need to look at Net::FTPServer although I have had no experience with this.
----- Of all the things I've lost in my life, its my mind I miss the most.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||