Want to use wget command to download a page / ftp or whatever and need to authenticate?
To hide the credentials (username / password) try the following:
vi ~/.wgetrc or /etc/wgetrc file
#put in:
user=foo
password=bar
That`s it
Want to use wget command to download a page / ftp or whatever and need to authenticate?
To hide the credentials (username / password) try the following:
vi ~/.wgetrc or /etc/wgetrc file
#put in:
user=foo
password=bar
That`s it