Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use Net::FTP;
    ...
      close (OUTFILE);
      exit $errcd;
    }
    
  2. or download this
    #!/usr/bin/perl
    use Net::SFTP;
    ...
    $sftp->size('/uploads/inventory/dev/xxx');
    $sftp->quit;
    exit;