summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-12-06 14:40:16 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-12-06 14:40:16 +0000
commitd12fd897cbd5ddc7245213b3ec02aa3694bb74fe (patch)
tree7a3b3d8bdf2b346e5c695480c8feaebdb0bb83f6
parent5e95203a5df8d8c62d49e82696302794f81deb9f (diff)
downloadgnurl-d12fd897cbd5ddc7245213b3ec02aa3694bb74fe.tar.gz
gnurl-d12fd897cbd5ddc7245213b3ec02aa3694bb74fe.tar.bz2
gnurl-d12fd897cbd5ddc7245213b3ec02aa3694bb74fe.zip
Jason Mancini's -Oalways suggestion
-rw-r--r--docs/TODO6
1 files changed, 6 insertions, 0 deletions
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