1
0
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:
dan 2001-01-11 20:51:59 -08:00
parent ba25a43d21
commit 26ef854b23
2 changed files with 8 additions and 0 deletions

View File

@ -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
View File

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