I want to resume a truncated download of a BIG file from a remote host.
I'm currently using WWW::Mechanize:
$mech->get($url, ':content_file' => "$file.tmp");I couldn't find any standard way to do that, other than to add the Range header by myself to the HTTP::Request object, and to append the sequence of temporary files.
Did I miss something? A parameter? An LWP::UserAgent method?
Thanks!!!
In reply to Resume downloads by vitoco
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |