stella-maris / ftpforwarder-template
A template for an FTPforwarder implementation
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Forks: 0
Type:template
pkg:composer/stella-maris/ftpforwarder-template
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.