aboutsummaryrefslogtreecommitdiff
path: root/docs/TODO
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-01-09 08:59:55 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-01-09 08:59:55 +0000
commit4c3a2318ae668ef49ede42c2bd7ef1954a5eabb0 (patch)
tree45ef0fba3bd6cb2d7874e55dc1ff9eff6ee09ff4 /docs/TODO
parent7beac706440f86c292e88082e78448610614d6fd (diff)
a fair idea
Diffstat (limited to 'docs/TODO')
-rw-r--r--docs/TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index ac16f116f..8f20e3d83 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -148,6 +148,11 @@ TODO
which should overwrite the program reasonable defaults (plain/text,
8bit...) (Idea brough to us by kromJx)
+ * ability to specify the classic computing suffixes on the range
+ specifications. For example, to download the first 500 Kilobytes of a file,
+ be able to specify the following for the -r option: "-r 0-500K" or for the
+ first 2 Megabytes of a file: "-r 0-2M". (Mark Smith suggested)
+
* --data-encode that URL encodes the data before posting
http://curl.haxx.se/mail/archive-2003-11/0091.html (Kevin Roth suggested)