Help for this page

Select Code to Download


  1. or download this
    Net::FTP=GLOB(0x9da13a0)>>> PASV
    
  2. or download this
    Net::FTP>>> Net::FTP(2.77)
    Net::FTP>>>   Exporter(5.58)
    ...
    Net::FTP=GLOB(0x22d19c)>>> RETR README.html
    Net::FTP=GLOB(0x22d19c)<<< 150 Opening BINARY mode data connection for
    + README.html (5804 bytes).
    Net::FTP=GLOB(0x22d19c)<<< 226 File send OK.
    
  3. or download this
    my $ftp=Net::FTP->new("ftp.cpan.org", Debug => 1, Passive => 0)