From d12fd897cbd5ddc7245213b3ec02aa3694bb74fe Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 6 Dec 2001 14:40:16 +0000 Subject: Jason Mancini's -Oalways suggestion --- docs/TODO | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/TODO') diff --git a/docs/TODO b/docs/TODO index 56064b342..24ceb6b07 100644 --- a/docs/TODO +++ b/docs/TODO @@ -117,6 +117,12 @@ TODO the same syntax to specify several files to get uploaded (using the same persistant connection), using -T. + * Say you have a list of FTP addresses to download in a file named + ftp-list.txt: "cat ftp-list.txt | xargs curl -O -O -O [...]". curl _needs_ + an "-Oalways" flag -- all addresses on the command line use the base + filename to store locally. Else a script must precount the # of URLs, + construct the proper number of "-O"s... + TEST SUITE * Extend the test suite to include more protocols. The telnet could just do -- cgit v1.2.3