]> granicus.if.org Git - curl/commitdiff
a fair idea
authorDaniel Stenberg <daniel@haxx.se>
Fri, 9 Jan 2004 08:59:55 +0000 (08:59 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 9 Jan 2004 08:59:55 +0000 (08:59 +0000)
docs/TODO

index ac16f116fe33db075b9aa01aaf3fee436ca2581e..8f20e3d83a42b6ee3c16a8642b582bace18c6298 100644 (file)
--- 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)