|
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. |