Live data from Hacker News

Google Plans to Deprecate FTP URL Support in Chrome

pulltech.net

191–200 of 350 posts

Re: Google Plans to Deprecate FTP URL Support in Chrome

#191
post #29

Sensible move. I'm sure they have data showing it's used by an absolutely tiny number of users, and getting rid of it removes a source of potential security issues down the line.

That's how I switched to Firefox years ago. Chrome's data had showed them a particular feature I liked wasn't used by a ton of people so they removed it.

Re: Google Plans to Deprecate FTP URL Support in Chrome

#192
post #50

Earlier quoted context omitted.

I'm not fine with this. I'm of the mindset that code written 20 years ago should run today. This is a breaking change on a critical piece of internet infrastructure. Google, by nature of operating the most popular web browser, has a moral obligation to the community to provide a stable environment. There are something like 10^9 webpages out there. How many of these will become less accessible because of this change?…

>I'm of the mindset that code written 20 years ago should run today. Given that chrome didn't exist 20 years ago, this seems like a fairly absurd position to apply to this situation. No code from 20 years ago relies on chrome having ftp support.

Chrome didn't exist 20 years ago, but you can trace its lineage back that far. Khtml dates back to 1998 apparently.

Re: Google Plans to Deprecate FTP URL Support in Chrome

#194
post #146

Earlier quoted context omitted.

Indeed; by the same "security" logic, why not get rid of HTTP too then? (Or SMTP, for that matter?) The point of "organize the world's information and make it universally accessible and useful" is to do precisely that: to organize the world's information and make it universally accessible and useful -- long tails included. But I guess for them it's not... (Also, I can't believe the Chrome team is so strapped it can't…

If I imagine I'm in a position as a developer / project manager / whatever working for Google trying to advocate Google committing resources to the FTP protocol in Google Chrome, I'm struggling to think of a way of promoting it that shows it will have a return on investment. How do you display ads while someone is accessing an FTP server? ftp://example.com/directory/file.extension can be a link in a website, where th…

Chrome, being a browser made by an advertising company, could show ads on ftp directory listings.

Re: Google Plans to Deprecate FTP URL Support in Chrome

#195

Earlier quoted context omitted.

Ftp is fast

Genuinely curious. Why do you think a bitstream from an FTP server is faster than from a HTTP server?

Whole solution and experience is different, even if some point uploading file by bytes over TCP is similar. HTTP server itself isn't solution. You need code implementing upload functionality, probably support for uploading many files at once and tracking progress. Now you client uses javascript and that client is remote, you need to "download" it from HTTP server. FTP client is small, local and don't have much overhead, HTTP with its stateless form needs headers retransmitted with every request.

Re: Google Plans to Deprecate FTP URL Support in Chrome

#196

Earlier quoted context omitted.

HTTP these days (via WebSockets) allows for the creation of stateful connections. My idea is that HTTP will just expand to encompass any remaining non-HTTP use cases. HTTP isn't even coupled to TCO anymore!

Websockets use HTTP only for the initial handshake. The rest of the channel uses the Websocket protocol.

Yes. That protocol is effectively part of HTTP now.

Re: Google Plans to Deprecate FTP URL Support in Chrome

#197

Earlier quoted context omitted.

> everyone knows FTP is plaintext You mean no one knows that FTP is plaintext except a minority of users which happens to be on HN. Google is optimizing its browser for the majority, chrome is not a power-user browser. Maybe they'll add an option to enable ftp or something. > drivers, which I'd say are a significant part of FTP use I'm not sure how that's true. Every time I used FTP, it was not for drivers. All the d…

> Google is optimizing its browser for the majority, chrome is not a power-user browser. That is a problem. We have browser engine duopoly, and really everyone is doing whatever Google wants anyway. So as they're optimizing against power users, they're making the whole web much worse.

Its a strange thing how co-incident "optimizing for the majority" is with "killing open standards" and "Google specific features"

A real strange thing...

Not to worry though, I'm sure Google is just doing it for everyone's best interests, like the charitable organization for humanity that they are.

Re: Google Plans to Deprecate FTP URL Support in Chrome

#198
post #186

Earlier quoted context omitted.

> everyone knows FTP is plaintext You mean no one knows that FTP is plaintext except a minority of users which happens to be on HN. Google is optimizing its browser for the majority, chrome is not a power-user browser. Maybe they'll add an option to enable ftp or something. > drivers, which I'd say are a significant part of FTP use I'm not sure how that's true. Every time I used FTP, it was not for drivers. All the d…

> Maybe they'll add an option to enable ftp or something. I guess not. More likely there'll be plugin to add this functionality back.

Chrome addons are not capable of doing FTP.

Re: Google Plans to Deprecate FTP URL Support in Chrome

#199
post #168

Earlier quoted context omitted.

There was a time when www was just a part of the Internet and we had www search and ftp search engines. The one I used to use was called "ftpsearch" and the only thing (besides the name) I remember is that it used to say "This server is located in Trondheim" on the front page. A quick web search turns out that it still seems to exist in some form [1]. Unfortunately it apparently doesn't really work anymore. Maybe it'…

I just hope this isn't like how Google basically killed off RSS when they killed off the best client that everyone was using (which I've still never heard a good reason why) which I believe played a role in the decline of everyone having a blog. And yes I know there's some niche support still, just as FTP will live on.

Incredible how that happened. I used Google Reader a lot, adding any interesting blogs I would find. Now I can't find any of them again :/ I think I've got a list saved somewhere, but it was just so easy to go through Reader.
Post reply on HN