• @[email protected]
    link
    fedilink
    English
    09 days ago

    What does this new feature mean:

    Removal of remote connection methods like FTP, RSH, and SSH.

    • palordrolap
      link
      fedilink
      09 days ago

      Just an observation, but those are protocols that require a login before files can be transferred, so at a guess, it reduces the risk of accidentally transferring unnecessary client side information, but it’s probably more likely to be for code maintenance reasons. Fewer supported protocols means less to manage going forward.

      HTTP(S) is fine for downloads anyway, even if it wasn’t originally designed for that.