> Hello all,
> Does anyone know how to or can point me to some docs as to setting up
> lynx to go out a proxy on port 80? I have been trying to get my Linux
> 2.0.0 servers to hit the WEB from within side my firewall also on a
> 2.0.0.
>
for bash put in the profile:
export http_proxy=http://Your.proxy.host:80/
export ftp_proxy=http://Your.proxy.host:80/
later is good for ncftp.
gody