co-stack/fal_sftp
最新稳定版本:5.0.0
Composer 安装命令:
composer require co-stack/fal_sftp
包简介
FAL SFTP driver rewrite for the great TYPO3 v7
README 文档
README
What does it do?
This driver enables TYPO3 to connect to another server via SSH and use the remote filesystem as it would be on the local server. After installation and configuration you will see another file storage in the Filelist module, where you can manage your assets. The configured storage is available everywhere, where FAL is being used. It can replace the good old fileadmin or used as secondary file storage. Multiple storages can be configured.
Features
- Support for native php ssh2 functions (ssh2_connect, ssh2_sftp_rename, stream wrapper "ssh2.sftp://" etc.)
- Support for phpseclib (https://github.com/phpseclib/phpseclib)
- Faster than the old fal_sftp version (which had caching!)
- Password authentication
- PubKey authentication
Installation
Install via composer:
composer require co-stack/fal_sftp
Update information
If you update fal_sftp from 2.x to 3.x you will need to adjust your driver configuration. There is no update script available, so it has to be done manually.
统计信息
- 总下载量: 15.58k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2020-05-02