Help for this page

Select Code to Download


  1. or download this
    my $ssh = Net::SSH::Any->new(..., backend => 'Net_SSH2');
    
    my ($out, $err) = $ssh->capture2({stdin_data => $sendtext}, $cmd);