I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2007-03-01 23:38:23-08 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 2007-03-04 11:43:47-08 by salva in response to 4480
Re: Problems running PSFTP
Net::SFTP::Foreign doesn't work on Windows.
Direct Responses: Write a response