connectors / sftp
SftpConnecter for Porter.
Installs: 1 625
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 1
Requires
- eloquent/enumeration: ^5
- phpseclib/phpseclib: ~2.0
- scriptfusion/porter: >=3,<4
Requires (Dev)
- mockery/mockery: ^0.9.4
- phpunit/phpunit: ^4.8
This package is not auto-updated.
Last update: 2019-02-10 16:20:37 UTC
README
Provides an SFTP connector for Porter that fetches data from an SFTP server via phpseclib or Libssh2.
Be careful if you use Libssh2
When trying to use STFP commands once logged in the server, a segmentation fault can happen if you're not using the good version on PHP/Ssh2. There is a supposedly working hack to avoid that (casting the resource to an int when using the SSH2 wrapper but it never worked for me).
/!\ Use it at your own risk /!\