Remix.run Logo
shevy-java 5 hours ago

Good old FTP. I am a bit sad that it kind of died. We should have some modern FTP with super-simple everywhere implementations.

Edit: Actually, some things should be fixed too if any future FTP-like protocol would be added. I never liked the difference between active mode and passive mode in FTP. A user really should never have to care about that. Things should "just work". It's only data transfer in both cases anyway.

yjftsjthsd-h 4 hours ago | parent | next [-]

IMHO, there's a better answer to any thing you like about FTP. For simple stuff, TFTP seems... fine? I've never looked under the hood, but I'm pretty sure it fixes the really bizarre choices in FTP. For everything else, either SFTP or HTTP seems to be the rule. For moving files around between machines, I've become quite fond of https://github.com/9001/copyparty over http

andyhedges 4 hours ago | parent | prev [-]

Isn't the what sftp is? sftp multiplexes commands and data, and is single port without all the old fashioned two port negotiation of FTP.