Also, how do I put all the output of the ftp session into a log file?use Net::FTP; while (<>) { $ftp = Net::FTP->new("HOST", Debug => 0); $ftp->login("login",'passwd'); $ftp->put(*STDIN, $@); # here's the problem... } $ftp->quit;
In reply to net::ftp multiple files by nkpgmartin
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |