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

0.1.1 2024-12-01 16:48 UTC

This package is auto-updated.

Last update: 2025-09-29 03:14:51 UTC


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.