Skip to content
Snippets Groups Projects
Commit d12fd897 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Jason Mancini's -Oalways suggestion

parent 5e95203a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment