Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support wget exit statuses #8

Open
9 tasks
mattgathu opened this issue Oct 15, 2017 · 0 comments
Open
9 tasks

support wget exit statuses #8

mattgathu opened this issue Oct 15, 2017 · 0 comments
Labels

Comments

@mattgathu
Copy link
Owner

mattgathu commented Oct 15, 2017

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant