At 2008-05-23T01:03:56+01:00, RW wrote: > You might conceivably need to set ftp_proxy and the capitalised > versions: HTTP_PROXY and FTP_PROXY, but I think everything should > fall-back to http_proxy.
Not everything, perhaps. E.g., fetch(3) does --- for FTP requests it uses the first variable that is set among FTP_PROXY, ftp_proxy, HTTP_PROXY, and http_proxy. AFAIK, wget(1) doesn't --- if ftp_proxy is unset, it doesn't use a proxy for FTP requests, even if http_proxy is set. Raghavendra. -- N. Raghavendra <[EMAIL PROTECTED]> | http://www.retrotexts.net/ Harish-Chandra Research Institute | http://www.mri.ernet.in/ See message headers for contact and OpenPGP information. _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"