Friday, July 31, 2009

wget with basic authentication.

Here's how you download a file from internet which is secured by basic authentication. Replace myusername, mypassword with your own username and password.


wget http://download_file --http-user=myusername --http-passwd=mypassword

No comments: