|
|
|
Support for secure FTP over SSL/TLS
Protect your data Please note that in order to use FTPS, the FTP server must be configured to support FTPS. Please go here for information on how to set up FTPS . FTPS provides security on three different levels: confidentiality, authentication, and data integrity.
Confidentiality SSL/TLS uses strong symmetric data encryption to protect all data send on the SSL/TLS channel. Both control information, such as user names and passwords, as well as files sent both ways between the server and the client, can be encrypted.
Strong authentication FTPS provides server authentication by means of a cryptograhic server certificate which is sent to the client at connection time. The client then verifies the certificate using his store of trusted root certificates. FTPS also has optional support for client authentication using client certificates in the same way as server authentication. This is not widely used however, since (as long as the connection is encrypted) the client user/password mechanism provides client authentication.
Data integrity SSL/TLS also provides mechanisms for making sure that the data received is correct and identical to the data that was sent from the other end. Back |