1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-22 08:08:50 -05:00

* 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
This commit is contained in:
Daniel Stenberg 2005-11-09 23:15:04 +00:00
parent f0d839436f
commit 0f82af0f49

View File

@ -208,6 +208,10 @@ TODO
should also be used to set the mod date on the downloaded file. should also be used to set the mod date on the downloaded file.
(idea from "Brianiac") (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'. * 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. Requested by Dane Jensen and others. This is easily scripted though.