kprasanna_79 has asked for the wisdom of the Perl Monks concerning the following question:
I am trying to use the module Net::SFTP and i am getting the following error.
Error using Net::SFTP, Reading configuration data d://.ssh/config Reading configuration data /etc/ssh_config Connecting to stage.com, port 22. Remote version string: SSH-1.99-OpenSSH_3.9p1 Remote protocol version 1.99, remote software version OpenSSH_3.9p1 Net::SSH::Perl Version 1.30, protocol version 1.5. No compat match: OpenSSH_3.9p1. Can't set socket non-blocking: Bad file descriptor at D:/apps/site/lib +/Net/SSH/P erl.pm line 216.
Also when i try to use the Net::SFTP::Foreign i am getting the following error
sftp: Sending SSH2_FXP_INIT reading from ssh pipe failed () at test1.pl line 14
If any body throws light on this issue will be appreciated
Update:- This error i am getting when used in windows and perl version 5.8.8
-Prasanna.K
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Error using Net::SFTP
by grep (Monsignor) on Oct 26, 2006 at 15:30 UTC | |
|
Re: Error using Net::SFTP
by Khen1950fx (Canon) on Oct 29, 2006 at 00:07 UTC | |
by salva (Canon) on Oct 29, 2006 at 16:41 UTC | |
by Khen1950fx (Canon) on Nov 01, 2006 at 05:11 UTC | |
|
Re: Error using Net::SFTP
by pKai (Priest) on Oct 28, 2006 at 20:57 UTC | |
|
Re: Error using Net::SFTP
by SheridanCat (Pilgrim) on Oct 28, 2006 at 03:30 UTC |