]> sjero.net Git - wget/blobdiff - TODO
[svn] ChangeLog.README: Renamed from README.branches and added a note that Wget has
[wget] / TODO
diff --git a/TODO b/TODO
index 73d460daa3c559eab808e13ee9926e08b0ee5a6d..961d76af6e38966cb59f08b34167589af36e8332 100644 (file)
--- a/TODO
+++ b/TODO
@@ -7,6 +7,18 @@ 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.
 
+* RFC 1738 says that if logging on to an FTP server puts you in a directory
+  other than '/', the way to specify a file relative to '/' in a URL (let's use
+  "/bin/ls" in this example) is "ftp://host/%2Fbin/ls".  Wget needs to support
+  this (and ideally not consider "ftp://host//bin/ls" to be equivalent, as that
+  would equate to the command "CWD " rather than "CWD /").  To accomodate people
+  used to broken FTP clients like Internet Explorer and Netscape, if
+  "ftp://host/bin/ls" doesn't exist, Wget should try again (perhaps under
+  control of an option), acting as if the user had typed "ftp://host/%2Fbin/ls".
+
+* If multiple FTP URLs are specified that are on the same host, Wget should
+  re-use the connection rather than opening a new one for each file.
+
 * Try to devise a scheme so that, when password is unknown, Wget asks
   the user for one.
 
@@ -43,8 +55,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.