I want to download something with wget using a proxy:
wget
HTTP Proxy: 127.0.0.1 Port: 8080
The proxy does not need username and pa
In my ubuntu, following lines in $HOME/.wgetrc did the trick!
http_proxy = http://uname:passwd@proxy.blah.com:8080 use_proxy = on
http_proxy = http://uname:passwd@proxy.blah.com:8080
use_proxy = on