Thread

Posted on Fri Mar 2 01:38:23 2007 by jj
Problems running PSFTP
Hi, I'm a newbie perl developer and I'm hoping I can get some help running the test script I downloaded from the Net-SFTP-Foreign CPAN site. I've installed the module with no problems, and I've tried putty, psftp, and Hummingbord xstart as my SSH2 client, but when I run the script I always get a "message too long (xxxxxxxxx bytes) ..." error message at line 21 where it is attempting to connect. I have the script attempt to run the SSH client by creating a batch file (ssh.bat) with the appropriate command (putty/psftp/xstart/etc.) When I used the -nc option it at least brought up the window to login, but the script died immediately after. Any help would be appreciated.
Direct Responses: 4488 | Write a response
Posted on Sun Mar 4 13:43:47 2007 by salva in response to 4480
Re: Problems running PSFTP
Net::SFTP::Foreign doesn't work on Windows.
Write a response