Help for this page

Select Code to Download


  1. or download this
    perl -w >> ftp.log -MNet::FTP -le'
         ( $host, $user, $pass, $dir ) = @ARGV;
    ...
         }
         $ftp->quit or die $ftp->message;
    ' server user pass dir