mgranty
PROOP
a month ago
on railway i need to host a ftp server for an client, using SFTPGO, but i need to tcp proxy all the required ports for ftp, but i see that i can only foward one port, or something like that, what is the correct approach in this case?
3 Replies
a month ago
I'd recommend using the Filebrowser template, where users can directly manage the content in their volume.
newmarhero
HOBBY
a month ago
The easiest fix is to use SFTP instead (which SFTPGo supports). It works over a single port and is fully compatible with tools like FileZilla, so from the client side it’s basically the same experience.
i really need to host an ftp server, sftp does work, but i also need the ftp one.