maalen/flysystem-exec

Patch to execute commands in local/sftp filesystems

1.3 2016-12-21 17:58 UTC

This package is auto-updated.

Last update: 2024-04-04 22:25:34 UTC


README

Execute commands in flysystem filesystems: local and ssh. Also add follow symlinks.

Examples

Local Filesystem execute from project dir:

php examples/local.php

SSH Filesystem execute: set access data and run from project dir:

php examples/ssh.php

Show return code and result of command ls -la