Help for this page

Select Code to Download


  1. or download this
    -22LIBSSH2_ERROR_CHANNEL_REQUEST_DENIEDUnable to complete request for 
    +channel-process-startup
    
  2. or download this
    use Net::SSH2;
    
    ...
    print "scp get\n";
    $ssh2->scp_get("test/out/Tesia220044-20081029175508-03.txt", "./aaa.tx
    +t");
    print $ssh2->error, "\n";