youwe / filetransferbundle
pimcore sftp file transfer bundle
Package info
github.com/YouweGit/filetransferbundle
Type:pimcore-bundle
pkg:composer/youwe/filetransferbundle
v1.2.1
2020-05-08 15:43 UTC
Requires
- phpseclib/phpseclib: ^2.0
- pimcore/pimcore: ^6.2
This package is not auto-updated.
Last update: 2026-03-07 20:14:50 UTC
README
Pimcore FileTransferBundle
Install:
composer require youwe/filetransferbundle
Enable extension in Pimcore, copy the configuration lines from the plugins /Resources/config/pimcore/config.yml file to the projects /app/config/config.yml and change them to match your configurations.
Then use this command line command to transfer a file:
bin/console transfer:file myfileserver /tmp/test.txt /home/myusername/test.txt
Any errors will be logged to the Application Logger. If no feedback is shown, the file transfer went succesfully.
Example of downloading from remote sftp
./bin/console transfer:file -m get --ignore=Archive <NAME OF SERVICE> /path/on/server /localpath