|
FTPS uses TLS (transport layer security) to encrypt the FTP channel using SSL. TLS can be either "implicit" or "explicit". We use "explicit TLS" on our servers. To enable FTPS, simply change the options of your FTP client to use one of the following (they are all the same, just called different things in different clients):
- FTPS
- FTPES
- FTP/TLS
- FTP over SSL
Be sure to select the "explicit" TLS option.
|