From f55d94935acb6b4827af57a7d51f69675e2fde00 Mon Sep 17 00:00:00 2001 From: dan Date: Tue, 27 Feb 2001 17:29:45 -0800 Subject: [PATCH] [svn] TODO: Re-use FTP connection if multiple URLs on one host specified. --- ChangeLog | 4 ++++ TODO | 3 +++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0b4b367f..f1777a77 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-02-27 Dan Harkless + + * TODO: Re-use FTP connection if multiple URLs on one host specified. + 2001-02-23 Dan Harkless * NEWS: Note that Wget now has a man page again. diff --git a/TODO b/TODO index 82f469bd..bc6786fd 100644 --- 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.