gruntus
Group: Members
Posts: 4
Joined: Oct. 2005 |
|
Posted: Aug. 28 2006,03:31 |
|
Greetings.
I'm having difficulty using wget with my company's proxy server. I have configured a .wgetrc file in /home/dsl, however when I try to use the wget from busybox, the connection does not seem to work as I eventually get the message:
wget: Unable to connect to remote host (---.---.---.---): Connection timed out
Below is my .wgetrc file
Code Sample | ###
http_proxy = http://---.---.---.---:80/ proxy_user = * proxy_password = *
passive_ftp = on
waitretry = 10
|
The IP address, username & password have been removed (funnily enough)
Any help appreciated.
|