[svn] TODO: Re-use FTP connection if multiple URLs on one host specified.

This commit is contained in:
dan 2001-02-27 17:29:45 -08:00
parent 63ecb8215a
commit f55d94935a
2 changed files with 7 additions and 0 deletions

View File

@ -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.

3
TODO
View File

@ -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.