[Ssh-sftp-perl-users] net::ssh2 and register_handler
Brought to you by:
dbrobins
|
From: U235Sentinel <u23...@gm...> - 2006-09-29 15:00:20
|
In NET::SSH::PERL we had a "register handler" method we could call which
I've used to trigger a subroutine when we receive STDERR traffic. Is there
some way to do this with NET::SSH2?
The NET::SSH::PERL module had the following defined for the method:
sub register_handler { }
I'm presuming the code is found elsewhere (maybe this is a regular Perl
method?)
Any help/tips on where I could follow up on this is greatly appreciated.
Thanks!
|