[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:
dan 2001-01-09 21:37:59 -08:00
parent 48cf02169d
commit 552ba9c965
2 changed files with 11 additions and 3 deletions

View File

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

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