From: Daniel Stenberg Date: Fri, 9 Jan 2004 08:59:55 +0000 (+0000) Subject: a fair idea X-Git-Tag: curl-7_11_0~73 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4c3a2318ae668ef49ede42c2bd7ef1954a5eabb0;p=curl a fair idea --- 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)