Live data from Hacker News

Why FTP could soon disappear from the Internet (2020)

tedium.co

31–33 of 33 posts

Re: Why FTP could soon disappear from the Internet (2020)

#31

Earlier quoted context omitted.

SFTP is basically just SSH, the only thing it shares in common with FTP is the name.

It's secure tunneled FTP. Functionally it performs the exact same way as ftp only it's not in clear text and you have better authentication options.

No, that's FTPS. FTPS wraps FTP in TLS; SFTP is a protocol in the SSH protocol that can transfer files and that happens to implement an FTP-like interface.

Re: Why FTP could soon disappear from the Internet (2020)

#32

> And I’m sure some person in some suitably technical job somewhere is going to claim that FTP will never die because there will always be a specialized use case for it somewhere. Sure, whatever. But for the vast majority of people, when Chrome disconnects FTP from the browser, they likely won’t find a reason to reconnect. I'm some person in a suitable technical job somewhere. Yeah, FTP will be around for a long, lon…

Bonus points for equating Chrome use with "the Internet"

Re: Why FTP could soon disappear from the Internet (2020)

#33

> And I’m sure some person in some suitably technical job somewhere is going to claim that FTP will never die because there will always be a specialized use case for it somewhere. Sure, whatever. But for the vast majority of people, when Chrome disconnects FTP from the browser, they likely won’t find a reason to reconnect. I'm some person in a suitable technical job somewhere. Yeah, FTP will be around for a long, lon…

Most of my own use of (unsecured) FTP has been with hacked consoles. Server software is usually written pretty soon after a toolchain works, and is a huge quality of life upgrade. Really don't see that trend stopping.

Anecdotally, pestering a nontechnical buddy of mine to learn how to FTP games onto a ps3 gave him a headstart on a tech support role he got years later.

Post reply on HN