Posted on 2008-08-09 17:04:22-07 by cunzhi in response to 7387
Re: Net::SSH:W32Perl Hangs after login

I saw the same issue recently and resolved it.

This is because Net::SSH::W32Perl::protocol_class does not get called and as a result, Net::SSH::W32Perl::_session_channel does not get called either. On Windows, there are some issues when the "select" is applied to non-socket handles ( Check here). I guess one of the Net::SSH::W32Perl's purposes is to overcome the limitation of the "select" on Windows.
Direct Responses: 8555 | Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.