-2

I used to think that FTPS was better for downloading large files, but through more research I have found that HTTPS is actually faster and more secure. So then in what situations does FTP or FTPS actually provide an advantage over HTTP or HTTPS?

mostlyAsking7179
  • 204
  • 2
  • 11

1 Answers1

0

The FTP and HTTP protocols are 2 different things.

The main advantage/goal of FTP is the command set (LIST, PWD, MKDIR, SYSTEM).
It's perfect for remote file management system (like FileZilla).

More details: https://www.rfc-editor.org/rfc/rfc959

Community
  • 1
  • 1
Roy
  • 64
  • 1
  • 5