Linda W wrote:
When cpan goes to do a "get", it first says LWP not available,
then tries NET::Ftp (which failes because it is behind
a FW and needs to use ftp_proxy) and finally lynx.  Lynx works
(fortunately).
Should Net:Ftp be able to use my "ftp_proxy" set in the
environment?

Note that you need to set "ftp_firewall" if you have a true FTP firewall, or more likely if you're setting something like ftp_proxy=http://proxy:3128/, then you actually need to talk *HTTP* to the proxy. Net::FTP can't do that itself, but LWP should DTRT once it's installed. -- Sam Vilain, sam /\T vilain |><>T net, PGP key ID: 0x05B52F13 (include my PGP key ID in personal replies to avoid spam filtering)

Reply via email to