Re: Wget fails to --continue download

2021-08-14 Thread Darshit Shah
--continue requires server side support. While a majority of the servers out 
there support it, not all do. Check the --debug logs to see if the server 
responds with a 200 OK or a 206 Partial Content response.

For --continue to work correctly, you need the server to respond with a 206 
Partial Content with the correct range. 

On Sat, Aug 14, 2021, at 11:21, Nils Andre wrote:
> The subject is self explanatory.
> 
> I started downloading some files using wget on disk A but most of the
> downloads failed due to disk A being full. So I proceeded to `mv` some
> of the files to disk B and then executed the same wget commands again
> adding the --continue flag.
> 
> However, resuming download on both disks fails, it seems that the files
> are downloaded from the beginning again.
> 
> I'm not sure what is causing this. If this is a known issue, with a
> specific cause, please let me know, otherwise I'm here to report that 1
> person has experienced this issue.
> 
> Thanks,
> 
> Nils
> 
> PS: --continue worked as expected on one of the files.
> 
> 



Wget fails to --continue download

2021-08-14 Thread Nils Andre
The subject is self explanatory.

I started downloading some files using wget on disk A but most of the
downloads failed due to disk A being full. So I proceeded to `mv` some
of the files to disk B and then executed the same wget commands again
adding the --continue flag.

However, resuming download on both disks fails, it seems that the files
are downloaded from the beginning again.

I'm not sure what is causing this. If this is a known issue, with a
specific cause, please let me know, otherwise I'm here to report that 1
person has experienced this issue.

Thanks,

Nils

PS: --continue worked as expected on one of the files.