Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    $ftp->binary();
    $ftp->get($file) or print $ftp->message;
    $ftp->quit();
    
  2. or download this
    ...
    Net::FTP=GLOB(0x970b00)>>> CWD XXX
    ...
    Net::FTP=GLOB(0x970b00)>>> PORT 10,0,0,5,111,10
    Net::FTP=GLOB(0x970b00)<<< 200 PORT command successful
    Net::FTP=GLOB(0x970b00)>>> RETR YYY