logoalt Hacker News

shevy-javatoday at 6:49 PM2 repliesview on HN

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.


Replies

yjftsjthsd-htoday at 7:39 PM

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

andyhedgestoday at 7:21 PM

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.