Articles: How to use wget with a proxy server

Posted by: david on 11/10/2002 - 08:42 PM
If you're using bash, put the following in the .bashrc file in your home directory to allow something like wget to use a proxy server:

export http_proxy=http://IP_ADDRESS_OF_PROXY_SERVER:PORT

e.g.

export http_proxy=http://192.168.0.200:3128/