stella-maris / ftpforwarder-template
A template for an FTPforwarder implementation
0.1.1
2024-12-01 16:48 UTC
Requires
- stella-maris/ftpforwarder: ^0.1.0
README
Usage:
Create a project from this template via
$ composer create-project stella-maris/ftpforwardertemplate your-project-name
Then create your implementation of the StellaMaris\FtpForwarder\DataBackend
interface and add that
to the server.php
file in the bin
folder.
Have a look at the App\MemoryDataBackend
implementation in the src
folder for ideas.
Then you can run the application via docker compose up
and your FTP-server is available at localhost
on port 21.
If you want to change things, don't forget to change the compose.yml
file.