connectors / sftp
This package is abandoned and no longer maintained.
No replacement package was suggested.
SftpConnecter for Porter.
dev-master
2017-07-07 12:49 UTC
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 /!\