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