wget-dev
[Top][All Lists]
Advanced

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

[Wget-dev] wget2 | Interrupted download does not continue when wget2 is


From: Rohan Fletcher
Subject: [Wget-dev] wget2 | Interrupted download does not continue when wget2 is rerun (#447)
Date: Wed, 15 May 2019 22:19:58 +0000


New Issue was created.

Issue 447: https://gitlab.com/gnuwget/wget2/issues/447
Author:    Rohan Fletcher
Assignees: 

I have a situation where downloads that are interrupted by connection failure 
do not resume upon rerunning wget2.

The connection failure gives errors like this:
```
Just got 84426498 of 896577966 bytes
Failed to read 102400 bytes (11)
Failed to read -1 bytes (11)
```

Upon rerun of wget I get the following for the downloads which were interrupted
```
HTTP response 304 Not Modified ...
````

The hash of the file on the server file and the hash of the file that has been 
downloaded are different.


Configuration:
```
random-wait = on
wait = 1
force-directories = on
cut-url-get-vars = on
cut-file-get-vars = on
mirror = on
no-parent = on
https-only = on
https-enforce = hard
max-threads = 4
no-robots = on
continue = on
limit-rate = 500k

# Other useful settings
reject = .htaccess,_index.html
default-page = _index.html
```

-- 
Reply to this email directly or view it on GitLab: 
https://gitlab.com/gnuwget/wget2/issues/447
You're receiving this email because of your account on gitlab.com.




reply via email to

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