1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] TODO: "Timestamps are sometimes not copied over on files retrieved by FTP."

removed.  Hopefully all the failures I was seeing were due to the fact that it
wasn't documented that non-globbing, non-recursive FTP downloads need -N to get
the remote timestamp to be preserved.
This commit is contained in:
dan 2001-02-23 15:37:55 -08:00
parent 9e94eb26ef
commit 63ecb8215a
2 changed files with 6 additions and 2 deletions

View File

@ -5,6 +5,12 @@
* po/*.po*: Updated after changing --help's description of -N and
moving -nr to a different category.
* TODO: "Timestamps are sometimes not copied over on files
retrieved by FTP." removed. Hopefully all the failures I was
seeing were due to the fact that it wasn't documented that
non-globbing, non-recursive FTP downloads need -N to get the
remote timestamp to be preserved.
2001-02-22 Dan Harkless <wget@harkless.org>
* TODO: Remove empty directories created due to --accept/--reject.

2
TODO
View File

@ -43,8 +43,6 @@ changes.
* Make wget return non-zero status in more situations, like incorrect HTTP auth.
* Timestamps are sometimes not copied over on files retrieved by FTP.
* Make -K compare X.orig to X and move the former on top of the latter if
they're the same, rather than leaving identical .orig files laying around.