logoalt Hacker News

chbyesterday at 4:32 PM3 repliesview on HN

Widely used? By whom? Devs who don't understand rsync or scp? Give me a practical scenario where a box is running FTP but not SSH.

Edit: then account for the fact that this rare breed of content uploader doesn't use an FTP client... there's absolutely no reason to have FTP client code in a browser. It's an attack surface that is utterly unnecessary.


Replies

Demiurgeyesterday at 4:41 PM

Also, the protocol is pretty much a holdover from the earliest days, before encryption, or complicated NATs. I remember using it with just telnet a few times. It's pretty cool, but absolutely nobody should be using FTP these days. I remember saying this back in the 2005, and here we are 20 years later, someone still lamenting dropping FTP support from a browser? I think we're decades overdue.

show 3 replies
altmindyesterday at 10:34 PM

People who navigate ftp storage maybe? Like Linux repos?

tracker1yesterday at 4:51 PM

Linking to an FTP file from a web page.