Monday, April 11, 2011

How to Execute Wget Behind Proxy

Two days getting headache because of working behind proxy, here is one of the result: wget command with using proxy option enabled.
wget --proxy-user=username --proxy-passwd=password
http://example.com/file.zip

Don't forget to set your proxy first. Enjoy!

No comments: