]> sjero.net Git - wget/commitdiff
[svn] Add a --range parameter allowing you to explicitly specify a range of bytes to
authordan <devnull@localhost>
Tue, 6 Mar 2001 01:20:58 +0000 (17:20 -0800)
committerdan <devnull@localhost>
Tue, 6 Mar 2001 01:20:58 +0000 (17:20 -0800)
get from a file over HTTP (FTP only supports ranges ending at the end of the
file, though forcibly disconnecting from the server at the desired endpoint
might be workable).

ChangeLog
TODO

index 39f86ebb67578cf1f9986447e62270c768fad025..65fb819157224acdfaa604870be12bc36fc0d1fc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-03-05  Dan Harkless  <wget@harkless.org>
+
+       * TODO: Add a --range option to download only a given byte range.
+
 2001-03-01  Dan Harkless  <wget@harkless.org>
 
        * ChangeLog.README: Renamed from README.branches and added a note
diff --git a/TODO b/TODO
index 961d76af6e38966cb59f08b34167589af36e8332..8b56f7d64bb0bbaa88b8317c14288fd168641e15 100644 (file)
--- a/TODO
+++ b/TODO
@@ -7,6 +7,11 @@ items are not listed in any particular order (except that recently-added items
 may tend towards the top).  Not all of these represent user-visible
 changes.
 
+* Add a --range parameter allowing you to explicitly specify a range of bytes to
+  get from a file over HTTP (FTP only supports ranges ending at the end of the
+  file, though forcibly disconnecting from the server at the desired endpoint
+  might be workable).
+
 * RFC 1738 says that if logging on to an FTP server puts you in a directory
   other than '/', the way to specify a file relative to '/' in a URL (let's use
   "/bin/ls" in this example) is "ftp://host/%2Fbin/ls".  Wget needs to support