Skip to content

telebroad/fileserver

Repository files navigation

fileserver

a go implementation of a simple FTP FTPES FTPS SFTP file server, also a handler for http file upload

to run the basic app with docker-compose

it will run the app and a ftp client to test the server

docker compose up

example app that will run with docker is in example