Announcement

Collapse
No announcement yet.

Chrome 72 Beta Deprecates TLS 1.0/1.1, Steps Towards Deprecating FTP

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Britoid
    replied
    Originally posted by sireangelus View Post
    Why don't we hear about performance improvements anymore?? Did we really hit a wall for it?
    Any performance improvements would be quickly offset by extra bloat in pages. The web feels slower than 5 years ago.

    Leave a comment:


  • uid313
    replied
    Originally posted by tildearrow View Post
    Deprecating FTP? That's not a good thing since I sometimes stumble upon FTP links and it is pretty useful to download them from the browser...

    (plus, non-securable is not true... there is FTPS but it is barely, barely adopted)
    Most users don't care about FTP. If its important to you, just use a dedicated FTP client, such as FileZilla.
    Clients can register the ftp:// URI scheme handler so that it launches when you click a hyperlink that points to a FTP resource.

    Originally posted by LinAGKar View Post

    HTTP can't replace it though, since it doesn't have a concept of files and doesn't support file operations such as dir listing.
    HTTP have a concept of resources. Resources can be downloadable and can be files.
    Most web servers can be configured to list files in a directory.
    A REST web application can also give you the directory listing in JSON format.

    HTTP verbs
    • GET - Downloads a resource (i.e a file).
    • POST - Uploads a resource (i.e a file).
    • PUT - Updates/modifies/overwrites an existing resource (i.e a file).
    • DELETE - Deletes a resource (i.e a file).

    Leave a comment:


  • sireangelus
    replied
    Why don't we hear about performance improvements anymore?? Did we really hit a wall for it?

    Leave a comment:


  • TemplarGR
    replied
    There is no problem with FTP. Just use an extension if you really need it, or even better, a dedicated FTP application.

    Leave a comment:


  • gQuigs
    replied
    How did I miss all the browser makers drop tls1.0/1.1 support. I browse with only 1.2+ enabled already... /me ponders if I should make a Firefox addon to make it easier to do...

    2020 will have no more Flash and only TLS1.2 and above... nice!

    Leave a comment:


  • LinAGKar
    replied
    Originally posted by dlq84 View Post

    It's a convenience vs security thing. The host needs to adapt and stop using FTP for public file hosting. And they better switch to https too, since eventually http (port 80) will be deprecated too.
    HTTP can't replace it though, since it doesn't have a concept of files and doesn't support file operations such as dir listing.

    Leave a comment:


  • dlq84
    replied
    Originally posted by tildearrow View Post
    Deprecating FTP? That's not a good thing since I sometimes stumble upon FTP links and it is pretty useful to download them from the browser...

    (plus, non-securable is not true... there is FTPS but it is barely, barely adopted)
    It's a convenience vs security thing. The host needs to adapt and stop using FTP for public file hosting. And they better switch to https too, since eventually http (port 80) will be deprecated too.
    Last edited by dlq84; 19 December 2018, 04:49 AM.

    Leave a comment:


  • tildearrow
    replied
    Deprecating FTP? That's not a good thing since I sometimes stumble upon FTP links and it is pretty useful to download them from the browser...

    (plus, non-securable is not true... there is FTPS but it is barely, barely adopted)

    Leave a comment:


  • Chrome 72 Beta Deprecates TLS 1.0/1.1, Steps Towards Deprecating FTP

    Phoronix: Chrome 72 Beta Deprecates TLS 1.0/1.1, Steps Towards Deprecating FTP

    Google has rolled out the public beta of the Chrome 72 web browser across all supported platforms. This is a sizable feature release that also packs its share of deprecations...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite
Working...
X