FTPSssä
FTPSsä is the Swedish-language term used to refer to FTPS, the secure extension of the File Transfer Protocol (FTP) that adds cryptographic protection with TLS or SSL. It is distinct from SFTP, which is a different protocol based on SSH. FTPSsä can use two main operational modes: explicit FTPS (FTPES) and implicit FTPS. In explicit FTPS, the client negotiates TLS on the control channel after connecting, typically on port 21, and data channels may be protected as well. In implicit FTPS, TLS is required from the moment the connection is established, usually on port 990, with both control and data channels encrypted by default.
Data channel protection in FTPSsä is controlled by the PROT command, which selects whether the data channel
FTPSsä is widely supported by both servers and clients. Popular server implementations include vsftpd, ProFTPD, and