Help for this page

Select Code to Download


  1. or download this
    [sjoh@nucleix method]$ perl ftp1.pl
    Net::FTP>>> Net::FTP(2.75)
    ...
    Net::FTP=GLOB(0x9da13a0)<<< 227 Entering Passive Mode (193,201,200,224
    +,185,150)
    Net::FTP=GLOB(0x9da13a0)>>> RETR README.html
    Net::FTP=GLOB(0x9da13a0): Timeout at ftp1.pl
    
  2. or download this
    my $ftp=Net::FTP->new("ftp.cpan.org", Firewall => "XXXX", Debug => 1)
    ine 8