Net::SSH::Perl::ChannelMgr - Manages a list of open channels


Net-SSH-Perl documentation  | view source Contained in the Net-SSH-Perl distribution.

Index


NAME

Top

Net::SSH::Perl::ChannelMgr - Manages a list of open channels

SYNOPSIS

Top

    use Net::SSH::Perl::ChannelMgr;
    my $cmgr = Net::SSH::Perl::ChannelMgr->new;
    my $channel = $cmgr->new_channel(@args);

DESCRIPTION

Top

Net::SSH::Perl::ChannelMgr manages the creation and maintenance of a list of open channels for the SSH2 protocol.

AUTHOR & COPYRIGHTS

Top

Please see the Net::SSH::Perl manpage for author, copyright, and license information.


Net-SSH-Perl documentation  | view source Contained in the Net-SSH-Perl distribution.