mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] TODO: Re-use FTP connection if multiple URLs on one host specified.
This commit is contained in:
parent
63ecb8215a
commit
f55d94935a
@ -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>
|
2001-02-23 Dan Harkless <wget@harkless.org>
|
||||||
|
|
||||||
* NEWS: Note that Wget now has a man page again.
|
* NEWS: Note that Wget now has a man page again.
|
||||||
|
3
TODO
3
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
|
may tend towards the top). Not all of these represent user-visible
|
||||||
changes.
|
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
|
* Try to devise a scheme so that, when password is unknown, Wget asks
|
||||||
the user for one.
|
the user for one.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user