Download the PHP package hexpang/ssh-client without Composer
On this page you can find all versions of the php package hexpang/ssh-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hexpang/ssh-client
More information about hexpang/ssh-client
Files in hexpang/ssh-client
Download hexpang/ssh-client
More information about hexpang/ssh-client
Files in hexpang/ssh-client
Vendor hexpang
Package ssh-client
Short Description SSH Client
License MIT
Homepage https://github.com/hexpang/ssh-client
Package ssh-client
Short Description SSH Client
License MIT
Homepage https://github.com/hexpang/ssh-client
Please rate this library. Is it a good library?
Informations about the package ssh-client
SSH Client For PHP
SSH Client for PHP.
Build Status |
---|
[] |
Install With Composer
composer require hexpang/ssh-client
Namespace
hexpang\Client\SSHClient
Require
Usage
Method
Method | Description | Usage |
---|---|---|
ping | Check port | $ssh->ping($host,$port,$timeOut) |
connect | Connect to server | $ssh->connect() |
authorize | Authorize | $ssh->authorize() |
authorizeWithPK | Authorize With Public Key | $ssh->authorizeWithPK('id_rsa.pub','id_rsa','passphrase') |
cmd | Execute command and response result for an array[ Response,Error ] | $ssh->cmd($command) |
scp_send | Send file via SCP Protocol | $client->scp_send($local_file,$remote_file,$create_mode = 644) |
scp_recv | Receive file via SCP Protocol | $client->scp_recv($remote_file,$local_file) |
disconnect | Disconnect | $ssh->disconnect() |
All versions of ssh-client with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5
The package hexpang/ssh-client contains the following files
Loading the files please wait ....