]> sjero.net Git - wget/commitdiff
[svn] TODO: Re-use FTP connection if multiple URLs on one host specified.
authordan <devnull@localhost>
Wed, 28 Feb 2001 01:29:45 +0000 (17:29 -0800)
committerdan <devnull@localhost>
Wed, 28 Feb 2001 01:29:45 +0000 (17:29 -0800)
ChangeLog
TODO

index 0b4b367fca641675e2d0113b7fc15feb5a8224eb..f1777a778616c006524b3b95b5a6e5b40c41e168 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-02-27  Dan Harkless  <wget@harkless.org>
+
+       * TODO: Re-use FTP connection if multiple URLs on one host specified.
+
 2001-02-23  Dan Harkless  <wget@harkless.org>
 
        * NEWS: Note that Wget now has a man page again.
diff --git a/TODO b/TODO
index 82f469bddd7c9acec90fa579aa4e15ddfa00429f..bc6786fdd8ddf15a3382e424d6c273222d1703ea 100644 (file)
--- a/TODO
+++ b/TODO
@@ -7,6 +7,9 @@ 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.
 
+* 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.