Help for this page

Select Code to Download


  1. or download this
    $ssh->system('argcount', 'a;b;c');
    
  2. or download this
    $ssh->system('ls', \'/home/jsmith/*.png');
    
  3. or download this
    $ssh->system('ssh', $host, $ssh->shell_quote($cmd, @args));