Setting up a public FTP server on Fly.io

Hi,

If you haven’t already found one, I had a go at making an FTP server.

Take a look at GitHub - gregmsanderson/fly-ftp-server: A simple public FTP server for Fly.io

The readme should explain how it works. The defaults should be sane :slight_smile:

For a quick job, SFTP/FTPS was beyond the scope. However that shouldn’t be too hard to add. For now it just uses plain FTP. Not ideal by any means. But it works: I tried it, uploaded a file, deleted it etc. Does the basics.

3 Likes