]> sjero.net Git - wget/blobdiff - TODO
[svn] Move fnmatch() to cmpt.c and don't use it under GNU libc.
[wget] / TODO
diff --git a/TODO b/TODO
index f0f06317f2c7d49e6b38de87ea39f97b80153134..d6084c891762283498a0958e88f086f276514192 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.
+
 * Honor `Content-Disposition: XXX; filename="FILE"' when creating the
   file name.