>> It also seems these options are incompatible:
>> --continue with --recursive
>> This could be useful, imho.
JR> How should wget decide if it needs to "re-get" or "continue" the file?
JR> You could probably to "smart guessing", but the chance of false decisions
JR> persists.
Not wanting to repeat my post from a few days ago (but doing so nevertheless) the one
way
without checking all files online is to have wget write the downloaded
file into a temp file (like *.wg! or something) and renaming it only
after completing the download. Then it could be run with -nc and
continue with the temp file which isn't renamed yet when the download
is interrupted.
But somebody smarter than me must see if this can be implemented and
consider the implications. I have no idea.
-- Brix