Sunday, June 23, 2013

wget and Proxy

wget can channel it's connections via a proxy. It can be used along with Tor to download files.
wget "http://example.com" -e use_proxy=yes -e http_proxy=127.0.0.1:8118