Introduction
You can use a username and password with wget to download a page. Wget has built-in switches to handle both the username and password.
Procedure
Wget has --user and --password switches. Refer to this example:
wget --user user --password pass http://example.com/
The man page for wget is linked:
Comments
0 comments
Article is closed for comments.