]> sjero.net Git - wget/blobdiff - TODO
[svn] Define WGET_USE_STDARG in windows/config.h.bor.
[wget] / TODO
diff --git a/TODO b/TODO
index bfd54a42a282859ebaa514deaf84569030fba4f5..0ad8b9327a3dbb7316d5e611789f3230a0a1c50d 100644 (file)
--- a/TODO
+++ b/TODO
@@ -8,6 +8,17 @@ 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.
+
 * Honor `Content-Disposition: XXX; filename="FILE"' when creating the
   file name.
 
@@ -25,11 +36,6 @@ represent user-visible changes.
 * Be careful not to lose username/password information given for the
   URL on the command line.
 
-* Support FWTK firewalls.  It should work like this: if ftp_proxy is
-  set to an ftp URL, Wget should assume the use of an FWTK firewall.
-  It should connect to the proxy URL, log in as username@target-site,
-  and continue as usual.
-
 * Add a --range parameter allowing you to explicitly specify a range of bytes to
   get from a file over HTTP (FTP only supports ranges ending at the end of the
   file, though forcibly disconnecting from the server at the desired endpoint