|
|
| There's more than one way to do things | |
| PerlMonks |
How do I fetch/put an FTP file?by faq_monk (Initiate) |
| on Oct 08, 1999 at 00:32 UTC ( #778=perlfaq nodetype: print w/ replies, xml ) | Need Help?? |
|
Current Perl documentation can be found at perldoc.perl.org. Here is our local, out-dated (pre-5.6) version: LWP::Simple (available from CPAN) can fetch but not put. Net::FTP (also available from CPAN) is more complex but can put as well as fetch.
|
|