bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] Can resume aborted downloads, using REST and RANGE


From: Giuseppe Scrivano
Subject: Re: [Bug-wget] Can resume aborted downloads, using REST and RANGE
Date: Wed, 02 Jul 2014 09:36:55 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Sergi Anastasia <address@hidden> writes:

> what does "REST and RANGE" mean?  an option or an cron option or an app?

it is a HTTP feature that allows clients to request only a part of a
resource.  E.g. you've already downloaded 90Mb of a 100Mb file and your
connection drops, with a Range request (and assuming the server supports
it) you can request only the remaining 10Mb in your next attempt.

You can ask wget to use a range request with the -c option and using an
existing file.  The development version of wget offers a new --start-pos
option, if you would like to specify the range by yourself.

If you need more details about this HTTP feature:

  http://tools.ietf.org/html/rfc7233#section-4.2

Regards,
Giuseppe



reply via email to

[Prev in Thread] Current Thread [Next in Thread]