FTP did have some odd features that were useful at times. The SITE EXEC command allowed programs to be run remotely, with their output filtered back to the client. The proxy command allowed functionality similar to modern jump host ssh. Of course, anonymous ftp has no equivalent in ssh/sftp.
Why FTP could soon disappear from the Internet (2020)
11–20 of 33 posts
Re: Why FTP could soon disappear from the Internet (2020)
#12> 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…
For me, I SFTP from 5 locations around the globe daily. I could build a complex system to manage the transfers.. but why, when it just works for our use case.
Re: Why FTP could soon disappear from the Internet (2020)
#13In other news, usenet won't be accessible using gopher.
Re: Why FTP could soon disappear from the Internet (2020)
#14Earlier quoted context omitted.
For me, I SFTP from 5 locations around the globe daily. I could build a complex system to manage the transfers.. but why, when it just works for our use case.
SFTP is basically just SSH, the only thing it shares in common with FTP is the name.
Re: Why FTP could soon disappear from the Internet (2020)
#15Re: Why FTP could soon disappear from the Internet (2020)
#16> 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…
Re: Why FTP could soon disappear from the Internet (2020)
#17If FTP disappears the US healthcare industry will go with it.
FTP isn't disappearing and I'm pretty sure the US healthcare industry would find a different way to transfer files instead of disappearing.
Maybe because it's simpler to administer (no active vs passive issue). In any case, it's the preferred choice.
Re: Why FTP could soon disappear from the Internet (2020)
#18Earlier quoted context omitted.
For me, I SFTP from 5 locations around the globe daily. I could build a complex system to manage the transfers.. but why, when it just works for our use case.
SFTP is basically just SSH, the only thing it shares in common with FTP is the name.
Re: Why FTP could soon disappear from the Internet (2020)
#19Earlier quoted context omitted.
For me, I SFTP from 5 locations around the globe daily. I could build a complex system to manage the transfers.. but why, when it just works for our use case.
Unfortunately SFTP isn't a good replacement when speed is a concern, anything running over OpenSSH will have its bandwidth limited by the fixed window size. I long for the day when HPN-SSH replaces OpenSSH everywhere.