On 2 January 2014 07:08, Eternal Sorrow <[email protected]> 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 following comand and it worked.
wget -d -c --quota=1 --content-disposition
http://greenbytes.de/tech/tc2231/attfnboth.asis
--content-disposition support in wget is experimental. I think many
cases are not covered.
It will help if the following information can be provided.
- Content-Disposition header from the server response.
- The filename of the partially downloaded file.
- The filename wget tried to write into.
- If possible, the minimal command to reproduce.
yousong