Okay. With
use Net::FTP; $ftp = Net::FTP->new("some.host.name", Debug => 0); $ftp->login("anonymous",'-anonymous@'); $ftp->cwd("/pub"); $ftp->get("that.file"); $ftp->quit;
Is there any way to put a time limit on the actual file transfer?
Thanks again.
John Bobinyec
In reply to Re^2: How to FTP with Timeout?
by Anonymous Monk
in thread How to FTP with Timeout?
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |