[Bug-wget] Bug report: --content-disposition option disables --continue

2014-01-01 Thread Eternal Sorrow
When I set option content-disposition either in command line or in wgetrc, wget refuses to resume download of partially-downloaded file with --continue command line option and strarts download from begining.

Re: [Bug-wget] Bug report: --content-disposition option disables --continue

2014-01-01 Thread Yousong Zhou
On 2 January 2014 07:08, Eternal Sorrow sergam...@inbox.ru wrote: When I set option content-disposition either in command line or in wgetrc, wget refuses to resume download of partially-downloaded file with --continue command line option and strarts download from begining. I tried the

Re: [Bug-wget] Bug report: --content-disposition option disables --continue

2014-01-01 Thread Darshit Shah
I set up a test case and I can replicate this report. The problem occurs despite the fact that Wget sends a HEAD request first to parse the filename. Before the second request to the server, Wget does not check the local file for existence and hence --continue does not have any effect. The