May 2017
Beginner
552 pages
28h 47m
English
The --user and --password arguments provide the username and password to websites that require authentication.
$ wget --user username --password pass URL
It is also possible to ask for a password without specifying the password inline. For this, use --ask-password instead of the --password argument.