aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-09-09 06:58:01 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-09-09 06:58:01 +0000
commit33929117f9ffff56f978a75233326969b803659a (patch)
tree371ed24838f81faf7e705f92be038c23f2f9a731 /docs
parent2b1673c9c83f693fdf243607f9141e5e897e0ba8 (diff)
curl --sync
Diffstat (limited to 'docs')
-rw-r--r--docs/TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index c1d4c19ba..84c6b6d2e 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -152,6 +152,14 @@ TODO
CLIENT
+ * "curl --sync http://example.com/feed[1-100].rss" or
+ "curl --sync http://example.net/{index,calendar,history}.html"
+
+ Downloads a range or set of URLs using the remote name, but only if the
+ remote file is newer than the local file. A Last-Modified HTTP date header
+ should also be used to set the mod date on the downloaded file.
+ (idea from "Brianiac")
+
* 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.