I’ve looked at Setting up a public FTP server on Fly.io however I couldn’t get it to work without using the linked repo within as I don’t want external dependencies. I’ve cobbled together some code in the linked repo below but I can’t get it to work. What am I missing?
GitHub - Bill-Owen/Flyio-FTP: A Fly.io ftp server
Hi,
I made that repo
It certainly did work. I guess it may not now because it was written in the days of Fly’s V1, and now they have switched to V2 aka Machines. So the fly.toml
syntax may well need updating .
You should be able to clone that repo and change whatever you want within it. That approach is not the only way to do it. It’s just a way.
If not, the errors you get (e.g from fly logs
or during the build) should say why.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.