Help for this page

Select Code to Download


  1. or download this
        Debug => 1,
  2. or download this
      #!/usr/bin/perl -w
      use strict;
      use Net::FTP;
    ...
      $ftp->cwd("/pub/CPAN");
      $ftp->get("README", '/tmp/CPAN-README');
      $ftp->quit;
    
  3. or download this
      Net::FTP: Net::FTP(2.58)
      Net::FTP:   Exporter(5.562)
      Net::FTP:   Net::Cmd(2.19)
    ...
      Net::FTP=GLOB(0x1c1dbc)<<< 226 Transfer complete.
      Net::FTP=GLOB(0x1c1dbc)>>> QUIT
      Net::FTP=GLOB(0x1c1dbc)<<< 221 Goodbye.