mirror of
https://github.com/mirror/wget.git
synced 2025-01-01 07:50:11 +08: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>
|
2001-01-11 Adrian Aichner <Adrian.Aichner@t-online.de>
|
||||||
|
|
||||||
* windows/Makefile.src: Updated.
|
* 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
|
* 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).
|
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
|
* Take a look at
|
||||||
<http://info.webcrawler.com/mak/projects/robots/norobots-rfc.html>
|
<http://info.webcrawler.com/mak/projects/robots/norobots-rfc.html>
|
||||||
and support the new directives.
|
and support the new directives.
|
||||||
|
Loading…
Reference in New Issue
Block a user