Help for this page

Select Code to Download


  1. or download this
     unless ($sftp->get("$file", "$local/$file")) {
            if (($sftp->error == SFTP_ERR_REMOTE_STAT_FAILED or
    ...
            }
            die $sftp->error;
    }