Created
September 26, 2018 08:10
-
-
Save hitesh83/97217e631c06e0e5169d0faea93fee4d to your computer and use it in GitHub Desktop.
wget exit codes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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