Help for this page

Select Code to Download


  1. or download this
    use Net::OpenSSH '0.51_01';
    
    ...
    if (my $error = $ssh->error) {
        print $logfh, "scp command failed: $error\n";
    }