This package is abandoned and no longer maintained. No replacement package was suggested.

SftpConnecter for Porter.

dev-master 2017-07-07 12:49 UTC

This package is not auto-updated.

Last update: 2019-02-10 16:20:37 UTC


README

Latest version Total downloads Build status Test coverage Code style

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 /!\