[Ssh-sftp-perl-users] Problem using the Net::SSH::Perl package
Brought to you by:
dbrobins
From: Ryan P. <pe...@gm...> - 2005-11-23 19:35:56
|
Hello, I am trying to open a secure telnet connection. when i issue this: use Net::SSH::Perl; my $ssh =3D Net::SSH::Perl->new('10.37.73.20', options =3D> ['Port 2002= ']); $ssh->login('system', '*******'); my($stdout, $stderr, $exit) =3D $ssh->cmd('siloShowMaxFree'); print $stdout; my($stdout, $stderr, $exit) =3D $ssh->cmd('exit'); i recieve this: Can't locate object method "blocking" via package "IO::Handle" at C:/Perl/site/lib/Net/SSH/Perl.pm line 212, <GEN0> line 1. can anyone help me. thanks -- -Ryan |