]> sjero.net Git - wget/blobdiff - TODO
[svn] Add the --user, --password, --ftp-user and --ftp-password options.
[wget] / TODO
diff --git a/TODO b/TODO
index 3122f8fd65bc23d13d95225670d7f7164493485d..0f2ea120e2817f7a018ee3ef62edcde34bdccc59 100644 (file)
--- a/TODO
+++ b/TODO
@@ -11,27 +11,10 @@ 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.  If possible, try not to break `-nc' and friends when
   doing that.
 
-* 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
-  the file position in the output document and to seek to that
-  position, instead of rewinding."
-
-  But the above won't work for -O/dev/stdout, when stdout is a pipe.
-  An even better solution would be to simply keep writing to the same
-  file descriptor each time, instead of reopening it in append mode.
-
 * Wget shouldn't delete rejected files that were not downloaded, but
   just found on disk because of `-nc'.  For example, `wget -r -nc
   -A.gif URL' should allow the user to get all the GIFs without