Hi all.
Hopefully someone can help me out here I am really stuck, and stumped.
My workplace has just put in a proxy server, which each user needs to log into to be able to access the web.
If I open firefox after I have put in the proxy server details it prompts me to enter a username and password. I put these in and all works fine.
However if I try and wget a file it won't work. I use wget daily and need to keep using it.
I have edited the .wgetrc file and added the following...
http_proxy =
http://10.1.1.1:80/
ftp_proxy =
http://10.1.1.1:80/
proxy_user = user123
proxy_passwd = test123
use_proxy = on
Each time I try and wget a file I get this...
ERROR 407: Proxy Access Denied.
Can anyone please help me? I'm getting to the desperate point here.
Thanks alot.
Regards
Craig