Tuesday, February 25, 2014

wget with authentication

How to use wget with authentication:

syntax:
wget --user=username --ask-password URL

example:
wget --user=lui --ask-password  http://asteriskopensourcev2.blogspot.com/sample.zip

Password for user `lui': *********

Done! You will now be able to download.




No comments:

Post a Comment