mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] If -c used with -N, check to make sure a file hasn't changed on the server
before "continuing" to download it (preventing a bogus hybrid file).
This commit is contained in:
parent
ba25a43d21
commit
26ef854b23
@ -1,3 +1,8 @@
|
||||
2001-01-11 Dan Harkless <wget@harkless.org>
|
||||
|
||||
* TODO: If -c used with -N, check to make sure a file hasn't
|
||||
changed on the server before "continuing" to download it.
|
||||
|
||||
2001-01-11 Adrian Aichner <Adrian.Aichner@t-online.de>
|
||||
|
||||
* windows/Makefile.src: Updated.
|
||||
|
3
TODO
3
TODO
@ -21,6 +21,9 @@ changes.
|
||||
* If -c used on a file that's already completely downloaded, don't re-download
|
||||
it (unless normal --timestamping processing would cause you to do so).
|
||||
|
||||
* If -c used with -N, check to make sure a file hasn't changed on the server
|
||||
before "continuing" to download it (preventing a bogus hybrid file).
|
||||
|
||||
* Take a look at
|
||||
<http://info.webcrawler.com/mak/projects/robots/norobots-rfc.html>
|
||||
and support the new directives.
|
||||
|
Loading…
Reference in New Issue
Block a user