wget as moritz suggested will definitely work. If you need to do it in a Perl program, you can try LWP.
use LWP; $have = length($file); $response = $ua->get($URL, 'Range', "bytes=$have-");
In reply to Re: file download with connection problems
by jakeease
in thread file download with connection problems
by balushen
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |