diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-11-10 22:11:27 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-11-10 22:11:27 +0000 |
commit | d68b1a1e8ca7e759abce4b2db13308ea65efb47d (patch) | |
tree | e4875600ae422af700b3f4803d26a5ad26c626c7 /docs/TODO | |
parent | bd8baed13879d30614065379cca6e2b559b4b0fa (diff) |
just implemented
Diffstat (limited to 'docs/TODO')
-rw-r--r-- | docs/TODO | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -208,10 +208,6 @@ TODO should also be used to set the mod date on the downloaded file. (idea from "Brianiac") - * Add step parameter to the globbing. Like [0-1000;10] that would walk the - range increasing the number with 10 for every step. Requested by Jose: - http://curl.haxx.se/feedback/display.cgi?id=11315662266802 - * Globbing support for -d and -F, as in 'curl -d "name=foo[0-9]" URL'. Requested by Dane Jensen and others. This is easily scripted though. |