Help for this page

Select Code to Download


  1. or download this
    226 Transfer complete.
    local: file.DAT remote: file.DAT
    92191338 bytes sent in 7.8 seconds (11475.52 Kbytes/s)
    
  2. or download this
    perl >>ftp.log -MNet::FTP -e '
            ( $host, $user, $pass ) = @ARGV;
    ...
            $ftp->get($_) for @files;
            $ftp->quit or die $ftp->message;
         ' <host> <user> <pass>