Hello,
I need to retrieve certain ranges of documents. For this, I'm using the
following wget flags:
wget --header='Range: bytes=100-' ip_address
The problem is that wget mistakes this command with a partial download and
start retrying it. After 20 times, it times out.
I think I can fix this problem myself, by adding a new flag to wget, to
ignore the fact that the document is partial. I'm willing to write the
code myself, and send in a patch.
Please, let me know if you know of an easier way of doing this or someone
else offers to do it instead.
Thanks for you comments,
--Stefan