]> sjero.net Git - wget/commitdiff
[svn] New TODO item.
authorhniksic <devnull@localhost>
Tue, 16 Apr 2002 01:06:44 +0000 (18:06 -0700)
committerhniksic <devnull@localhost>
Tue, 16 Apr 2002 01:06:44 +0000 (18:06 -0700)
TODO

diff --git a/TODO b/TODO
index aaa1d7c6f80764d34d8baf2ba07d04e408925a37..0ad8b9327a3dbb7316d5e611789f3230a0a1c50d 100644 (file)
--- a/TODO
+++ b/TODO
@@ -8,6 +8,13 @@ The items are not listed in any particular order (except that
 recently-added items may tend towards the top).  Not all of these
 represent user-visible changes.
 
+* Currently Wget mirrors remote FTP permissions whenever it retrieves
+  the directory listing.  This is undesirable for most users, as
+  permissions like "664" are frequently used on the servers, which
+  might not be what the user wants.  Wget should be changed not to
+  mirror remote FTP permissions by default.  There should be a new
+  option add an option that enables this back on.
+
 * Implement a `--disable-dns-cache' option that disables DNS caching.
   It is trivial to implement; simply avoid calling cache_host_lookup
   at the end of lookup_host.