Help for this page

Select Code to Download


  1. or download this
    use Net::OpenSSH;
    
    ...
    my $sftp = $ssh->sftp;
    $sftp->put($from, $to);
    $ssh->system(perl => $script, $to);