mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] TODO: Add a "rollback" option to have --continue throw away a configurable
number of bytes at the end of a file before resuming download. Apparently, some stupid proxies insert a "transfer interrupted" string we need to get rid of.
This commit is contained in:
parent
48cf02169d
commit
552ba9c965
10
ChangeLog
10
ChangeLog
@ -1,9 +1,13 @@
|
||||
2001-01-09 Dan Harkless <wget@harkless.org>
|
||||
|
||||
* TODO: If -c is on, don't re-download a 100%-downloaded file.
|
||||
Also, the bug where you couldn't recurse into ftp directories if
|
||||
logging in put you somewhere else besides the server's "/"
|
||||
directory got fixed without the TODO entry for it being removed.
|
||||
|
||||
* TODO: The bug where you couldn't recurse into ftp directories if
|
||||
logging in put you somewhere else besides the server's "/"
|
||||
directory got fixed without the TODO entry for it being removed.
|
||||
|
||||
* TODO: Add a "rollback" option to have --continue throw away X
|
||||
corrupted (e.g. by proxy) bytes from end of file before resuming.
|
||||
|
||||
2001-01-06 Dan Harkless <wget@harkless.org>
|
||||
|
||||
|
4
TODO
4
TODO
@ -116,3 +116,7 @@ changes.
|
||||
* Implement HTTP cookies.
|
||||
|
||||
* Implement more HTTP/1.1 bells and whistles (ETag, Content-MD5 etc.)
|
||||
|
||||
* Add a "rollback" option to have --continue throw away a configurable number of
|
||||
bytes at the end of a file before resuming download. Apparently, some stupid
|
||||
proxies insert a "transfer interrupted" string we need to get rid of.
|
||||
|
Loading…
Reference in New Issue
Block a user