can you try specifying the proxy credentials using "proxyuser" and "proxypassword"?
Cheers, Giuseppe arvind chaudhary <arvind.i...@gmail.com> writes: > I have set-up proxy in /etc/wgetrc file as > https_proxy = https://arvind:pas...@192.168.0.4:3128/ > http_proxy = http://arvind:pas...@192.168.0.4:3128/ > ftp_proxy = ftp://arvind:pas...@192.168.0.4:3128/ > > but while connecting to > ftp://ftp.mozilla.org/pub/mozilla.org/js/js-1.7.0.tar.gz > It shows: > wget ftp://ftp.mozilla.org/pub/mozilla.org/js/js-1.7.0.tar.gz; > --2010-06-12 23:09:09-- > ftp://ftp.mozilla.org/pub/mozilla.org/js/js-1.7.0.tar.gz > => `js-1.7.0.tar.gz' > Connecting to 192.168.0.4:3128... connected. > Logging in as anonymous ... > > but our proxy server does not support anonymous login. > > Please help me out.