fork download
  1. <?php
  2. $connection = ssh2_connect('192.168.178.37', 22);
  3.  
  4. ssh2_auth_password($connection, 'root', 'mypassword');
  5.  
  6. $stream = ssh2_exec($connection, 'cd /usr/home/game');
  7. ?>
  8.  
Runtime error #stdin #stdout 0.02s 13112KB
stdin
Standard input is empty
stdout
Fatal error: Call to undefined function ssh2_connect() in /home/IvBNk1/prog.php on line 2