Help for this page

Select Code to Download


  1. or download this
    use Net::SSH qw(sshopen2);
    
    ...
    my $cmd = "ls";
    
    sshopen2("$user\@155.226.201.96", *READER, *WRITER, "$cmd") || die "ss
    +h: $!";
    
  2. or download this
    C:\Documents and Settings\guest\Desktop>'ssh' is not recognized as an 
    +internal
     or external command,
    operable program or batch file.