]> sjero.net Git - wget/blobdiff - TODO
[svn] Generalize connect_with_timeout into run_with_timeout.
[wget] / TODO
diff --git a/TODO b/TODO
index 26425ac54a01ce9cd34d7d0dcb585b951260680a..f0f06317f2c7d49e6b38de87ea39f97b80153134 100644 (file)
--- a/TODO
+++ b/TODO
@@ -8,6 +8,9 @@ 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.
 
+* Honor `Content-Disposition: XXX; filename="FILE"' when creating the
+  file name.
+
 * Should allow retries with multiple downloads when using -O on
   regular files.  As the source comment says: "A possible solution to
   [rewind not working with multiple downloads] would be to remember
@@ -22,11 +25,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