Jason Mancini's -Oalways suggestion

This commit is contained in:
Daniel Stenberg 2001-12-06 14:40:16 +00:00
parent 5e95203a5d
commit d12fd897cb
1 changed files with 6 additions and 0 deletions

View File

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