bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Wget fails to --continue download


From: Darshit Shah
Subject: Re: Wget fails to --continue download
Date: Sun, 15 Aug 2021 01:41:56 +0200
User-agent: Cyrus-JMAP/3.5.0-alpha0-1082-gccb13bca62-fm-ubox-20210811.001-gccb13bca

--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.
> 
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]