Download the PHP package lodev09/php-ssh2 without Composer
On this page you can find all versions of the php package lodev09/php-ssh2. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package php-ssh2
PHP SSH2
Wrapper class for PHP's SSH2 extension. The base class was created by Jamie Munro taken from this article.
Installation
Usage
SFTP
Common helper methods includes:
SFTP::mv
- move remote fileSFTP::rm
- delete remote fileSFTP::list
- list remote filesSFTP::is_dir
- check if path is a directorySFTP::exists
- check if path exists
Other native methods can be called as well for example:
SCP
Just a pure wrapper of the native ssh2_scp_xxx
functions.
Feedback
All bugs, feature requests, pull requests, feedback, etc., are welcome. Visit my site at www.lodev09.com or email me at [email protected]
Credits
- Jamie Munro
- Jovanni Lo @lodev09
License
Released under the MIT License. See LICENSE file.
All versions of php-ssh2 with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
The package lodev09/php-ssh2 contains the following files
Loading the files please wait ....