Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.
/ FTP-Service Public archive

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

Notifications You must be signed in to change notification settings

FileFighter/FTP-Service

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •