If you're just looking for a way to resume a failed transfer, and you know how many bytes you got before it failed, the "get" method supports an offset.
You could also try Net::FTP::AutoReconnect, which appears to do something similar to what you want.$ftp->get("that.file", "this.file", $bytes_already_downloaded);
In reply to Re: Net::FTP resume download
by Xaositect
in thread Net::FTP resume download
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |