Hi
Run wget inside a screen session or use nohup command. If you are trying
to download from a network connectivity issues use the following command.
wget -c -t 0 -T 20 example.com/new.iso
HTH
Regards,
- Arky
Free Software Developer& ICT Consultant
Hanoi, Vietnam
Blog - http://playingwit
The http isn't your problem here in terms of accuracy. Your problem is
that you do not use the correct tool to do the download with http. When
you want accuracy with http, you properly use wget for downloads and its
sibling wput for uploads. A command like:On Tue, 28 Jun 2011, David
Sexton w