bug-wget
[Top][All Lists]
Advanced

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

[Bug-wget] [bug #56992] Support --retry-on-http-error ranges


From: Tim Ruehsen
Subject: [Bug-wget] [bug #56992] Support --retry-on-http-error ranges
Date: Fri, 4 Oct 2019 11:41:44 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:69.0) Gecko/20100101 Firefox/69.0

Follow-up Comment #1, bug #56992 (project wget):

Wget2 has something like --retry-on-http-status (we likely rename that to
--retry-on-http-error before the next beta release)

 Specify a comma-separated list of HTTP codes in which Wget2 will retry the
download. The elements of the list may contain
  wildcards. If an HTTP code starts with the character '!' it won't be
downloaded. This is useful when trying to download
  something with exceptions. For example, retry every failed download if error
code is not 404:

      wget2 --retry-on-http-status=*,\!404 https://example.com/

  Please keep in mind that "200" is the only forbidden code. If it is included
on the status list Wget2 will ignore it. The
  max. number of download attempts is given by the `--tries` option.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?56992>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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