Help for this page

Select Code to Download


  1. or download this
    my $chan = $ssh->channel();
    $chan->ext_data('merge');
    ...
    print while (<$chan>);
    $chan->wait_eof;
    $chan->close;