duma icon indicating copy to clipboard operation
duma copied to clipboard

support wget exit statuses

Open mattgathu opened this issue 7 years ago • 0 comments

Wget may return one of several error codes if it encounters problems.

  • [ ] 0 No problems occurred.
  • [ ] 1 Generic error code.
  • [ ] 2 Parse error---for instance, when parsing command-line options, the .wgetrc or .netrc...
  • [ ] 3 File I/O error.
  • [ ] 4 Network failure.
  • [ ] 5 SSL verification failure.
  • [ ] 6 Username/password authentication failure.
  • [ ] 7 Protocol errors.
  • [ ] 8 Server issued an error response.

mattgathu avatar Oct 15 '17 19:10 mattgathu