]> sjero.net Git - wget/commitdiff
[svn] TODO: "Timestamps are sometimes not copied over on files retrieved by FTP."
authordan <devnull@localhost>
Fri, 23 Feb 2001 23:37:55 +0000 (15:37 -0800)
committerdan <devnull@localhost>
Fri, 23 Feb 2001 23:37:55 +0000 (15:37 -0800)
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.

ChangeLog
TODO

index f0997faeed8aaebcd4ff8be870ec039e90d81d52..0b4b367fca641675e2d0113b7fc15feb5a8224eb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/TODO b/TODO
index 73d460daa3c559eab808e13ee9926e08b0ee5a6d..82f469bddd7c9acec90fa579aa4e15ddfa00429f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -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.