← Cybersecurity Alphabet Soup

FTPS

File Transfer Protocol Secure

protocolsmedium

FTPS is traditional FTP protected with TLS encryption, keeping the classic FTP command structure. It uses X.509 certificates for server authentication and can require client certificates too. It is often confused with SFTP, which is an unrelated protocol that runs over SSH instead.

Sources

More in protocols