Skip to content

Instantly share code, notes, and snippets.

@rom3r4
Forked from cosimo/wget-exit-codes.txt
Created April 22, 2023 21:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rom3r4/73f89046b45d65bf69941dff1545396c to your computer and use it in GitHub Desktop.
Save rom3r4/73f89046b45d65bf69941dff1545396c to your computer and use it in GitHub Desktop.
wget exit codes
This is the list of exit codes for wget:
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