Monday, June 30, 2008

Using wget behind a proxy in Linux

If you are behind a proxy and would like to download a file, you could do this by issuing this commands:

export http_proxy=proxy.anonymous.com:8080
export use_proxy=on
wget http://www.serversolaris.com/Crypt-SSLeay.tgz

0 comentarios: