Help for this page

Select Code to Download


  1. or download this
    $timeout = 1;
    $command = '/usr/bin/ssh';
    ...
    $exp->send("password\n");
    
    $exp->soft_close();
    
  2. or download this
    $output = $exp->exp_after();
    
    ...
    # and
    
    $output = $exp->send("password\n");