https://github.com/in2code-de/fal_sftp
This is a fork from the co-stack package https://gitlab.com/co-stack.com/co-stack.com/typo3-extensions/fal-sftp
https://github.com/in2code-de/fal_sftp
Last synced: 11 days ago
JSON representation
This is a fork from the co-stack package https://gitlab.com/co-stack.com/co-stack.com/typo3-extensions/fal-sftp
- Host: GitHub
- URL: https://github.com/in2code-de/fal_sftp
- Owner: in2code-de
- License: gpl-2.0
- Created: 2026-01-22T12:34:54.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-01-22T12:37:27.000Z (4 months ago)
- Last Synced: 2026-04-23T04:28:54.310Z (about 1 month ago)
- Language: PHP
- Size: 195 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> **📦 Migration Notice**
> This package is a fork from https://gitlab.com/co-stack.com/co-stack.com/typo3-extensions/fal-sftp
> It is now maintained by [in2code GmbH](https://www.in2code.de).
>
> - **Old location:** `gitlab.com/co-stack.com/co-stack.com/typo3-extensions/fal-sftp`
> - **New location:** `github.com/in2code-de/fal-sftp`
> - **Composer name:** `co-stack/reversible-fal-sftp` (unchanged)
# TYPO3 FAL SFTP DRIVER
[](https://gitlab.com/co-stack.com/co-stack.com/typo3-extensions/fal_sftp/pipelines)
## 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.