mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] TODO: 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).
This commit is contained in:
parent
040aae87b5
commit
86ee0537d5
@ -1,3 +1,7 @@
|
|||||||
|
2001-01-09 Dan Harkless <wget@harkless.org>
|
||||||
|
|
||||||
|
* TODO: If -c is on, don't re-download a 100%-downloaded file.
|
||||||
|
|
||||||
2001-01-06 Dan Harkless <wget@harkless.org>
|
2001-01-06 Dan Harkless <wget@harkless.org>
|
||||||
|
|
||||||
* ChangeLog: The '[Not in 1.6 branch.]'s were decided not to be
|
* ChangeLog: The '[Not in 1.6 branch.]'s were decided not to be
|
||||||
|
3
TODO
3
TODO
@ -18,6 +18,9 @@ changes.
|
|||||||
|
|
||||||
* Limit the number of successive redirection to max. 20 or so.
|
* Limit the number of successive redirection to max. 20 or so.
|
||||||
|
|
||||||
|
* 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).
|
||||||
|
|
||||||
* 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