Help for this page

Select Code to Download


  1. or download this
          my $chan = $ssh2->channel();
          $chan->exec('program');
    
  2. or download this
    channel ( [type, [window size, [packet size]]] )
    
    Creates and returns a new channel object. See Net::SSH2::Channel.