Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (20 loc) · 858 Bytes

File metadata and controls

24 lines (20 loc) · 858 Bytes

FileFighter FTP-Service

A small rust service faking a FTP-server by forwarding the requests to the FileFighter Backend (FileSystemService)

https://github.com/FileFighter/FTP-Service/actions/workflows/masterTests.yml/badge.svg https://github.com/FileFighter/FTP-Service/actions/workflows/stableRelease.yml/badge.svg https://github.com/FileFighter/FTP-Service/actions/workflows/latestRelease.yml/badge.svg

Run in Docker with local fss and fhs

docker build . -t filefighter/ftp-service
docker run \
    --name test \
    -p 2121:2121 \
    -p 10000-10010:10000-10010 \
    -e FTP_SERVICE_BACKEND_URL=http://$(hostname):8080 \
    -e FTP_SERVICE_FILEHANDLER_URL=http://$(hostname):5000 \
    -e FTP_SERVICE_LOG_LEVEL=debug \
    filefighter/ftp-service:latest