Download the PHP package bashanov/sftp-connector without Composer
On this page you can find all versions of the php package bashanov/sftp-connector. 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 sftp-connector
sftp-connector
Library helps to establish SFTP connection and work with files and folders via curl or ssh2.
Install
Use composer to install
Use
There are 2 ways to create sftp connection.
-
Create Factory instance with connection configuration. Example:
- Create
adapter
extendsAbstractAdapter
class and overridegetConfig
method. You may find the example file in repository,src/adapter/TestAdapter
.
Notes
Supports only auth_none
and auth_password
methods.
All versions of sftp-connector with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
The package bashanov/sftp-connector contains the following files
Loading the files please wait ....