wget command user password code example
Example 1: wget with username and password
wget --user user --password pass http://example.com/
Example 2: wget username and password
wget --user=remote_user --password=SECRET ftp://ftp.example.com/file.ext