logoalt Hacker News

grumbelyesterday at 5:56 PM2 repliesview on HN

The problem wasn't that FTP got deprecated, but that we never got a proper successor. With FTP you could browse a directory tree like it was a real file system. With HTTP you can't, it has no concept of a directory. rsync is the closest thing to a real successor, but no Web browser support that either.


Replies

catdogyesterday at 11:51 PM

There would be WebDAV which adds such features to HTTP but that's also not supported by web browsers.

Demiurgeyesterday at 6:31 PM

I agree that we should get a successor, but if it got deprecated way back, I think we would have more likely gotten one. For just downloads, I have used apache and nginx directory and file listing functionality with ease.