Download the PHP package daanwilson/php-sftp-client without Composer
On this page you can find all versions of the php package daanwilson/php-sftp-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download daanwilson/php-sftp-client
More information about daanwilson/php-sftp-client
Files in daanwilson/php-sftp-client
Package php-sftp-client
Short Description A SFTP extension for the php-ftp-client library from Nicolas (nicolab/php-ftp-client).
License MIT
Homepage https://github.com/daanwilson/php-sftp-client
Informations about the package php-sftp-client
daanwilson/php-sftp-client
A SFTP extension for the library of Nicolab/php-ftp-client. This lib provides helpers easy to use to manage the remote files through SFTP. When you want to use this library/extension, be sure that OpenSSL and ssh2_connect is enabled on the server. Else it will throw an error when you want to connect to a server through SFTP. Most FTP functions are also compatible with SFTP.
Install
-
Install package with composer
- Or use GIT clone command:
Getting Started
Connect to a server SFTP (on port 22 or another port) :
Note: The connection is implicitly closed at the end of script execution (when the object is destroyed). Therefore it is unnecessary to call $ftp->close()
, except for an explicit re-connection.
API doc
See the source code for more details.
License
MIT c) 2024, Daan Wilson.
Author
![Daan Wilson - daanwilson.nl] |
---|
Daan Wilson |
![]() |
All versions of php-sftp-client with dependencies
ext-ftp Version *
ext-openssl Version *
nicolab/php-ftp-client Version ^2.0