Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Forcing CPAN.pm to ignore LWP/Net::FTP and use wget/lynx etc

by dmorgo (Pilgrim)
on Sep 28, 2004 at 19:55 UTC ( [id://394737]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    export ftp_proxy=proxyuserid:proxypass@ftpproxy.foo.com:21
    export http_proxy=http://proxyuserid:proxypass@httpproxy.foo.com:9090
    
  2. or download this
    # ncftpget proxy settings; put in ~/.ncftp/firewall
    # ftp only
    ...
    firewall-password=whatever
    firewall-port=21
    firewall-exception-list=.foo.com,localhost,localdomain
    
  3. or download this
    # put in .wgetrc file:
    http_proxy = http://wwwproxy.foo.com:9090/
    ...
    use_proxy = on
    proxy-user=userid
    proxy-passwd=passwd
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://394737]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (5)
As of 2024-03-28 18:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found