I'm having a similar problem here, its basicly due to the fact that you have to use a Proxy through your ISP.
We've just have a similar system installed here at the school I'm working in now. ALL web trafic (HTTP, FTP, SSL,
Everything) has to go through their proxy.
To add insult to injury, the Proxy we have to go through isn't even part of the default route out, so we can't ask them to open outgoing ports, as it won't go out through the right gateway!
Bloody rediculous system if you ask me.
Anyway, enough of my Problems.
The problem with WGET arises, because you need to route HTTP & FTP through your ISP's proxy.
I have got around the HTTP problem by routing my trafic through an IPCop box, which has tranparent proxy switched on, with the ISP's proxy set as the upstream Proxy. This does not however fix FTP.
I have found this page:
http://www.gnu.org/software/wget/manual/wget-1.8.1/html_node/wget_34.htmlWhich tells you how to configure proxy settings for WGET...
It says to alter some environment variables and seems pretty straight forward, but I'm still fairly new to Linux and I don't know where to change the Environment Variables. Can anyone point me in the right direction?
Cheers.
Nick