Help for this page

Select Code to Download


  1. or download this
    @data=$ftp->ls("-Rla");
    foreach $line (@data)
    {
       print $line."\n";
    }
    
  2. or download this
    -rw-r--r--   1 user  user    680   Aug  12   12:01   is41bt1p.scc
    
  3. or download this
    #!/usr/local/bin/perl
    use Net::FTP;
    ...
       }
    }
    $ftp->quit;