ssh2_connect <<< |
ssh2_exec | ssh2_fetch_stream >>> |
8.117 Shell2 sécurisé 8 Référence des fonctions Manuel PHP . Introduction . Installation . ssh2_auth_none . ssh2_auth_password . ssh2_auth_pubkey_file . ssh2_connect ->ssh2_exec . ssh2_fetch_stream . ssh2_fingerprint . ssh2_methods_negotiated . ssh2_scp_recv . ssh2_scp_send . ssh2_sftp_lstat . ssh2_sftp_mkdir . ssh2_sftp_readlink . ssh2_sftp_realpath . ssh2_sftp_rename . ssh2_sftp_rmdir . ssh2_sftp_stat . ssh2_sftp_symlink . ssh2_sftp_unlink . ssh2_sftp . ssh2_shell . ssh2_tunnel |
8.117.7 ssh2_exec() Exécute une commande sur un serveur distant[ Exemples avec ssh2_exec ] CVS uniquement stream ssh2_exec ( resource session , string command , array env )ssh2_exec exécute une commande sur le serveur distant et lui alloue un canal. Retourne un flux en cas de succès, FALSE sinon.
Voir aussi ssh2_connect , ssh2_shell et ssh2_tunnel . |
<< | ssh2_exec | >> |
ssh2_connect | Shell2 sécurisé | ssh2_fetch_stream |