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