FTP + SSL |
||
SSL / TLS support | Using certificates | FTP + SSL | FTP + SSH FTP ClientFTP Client is a Clever Internet Suite component that implements FTP and FTPS (FTP + SSL) protocols. You can explicitly switch between these two protocols by using the UseSSL component property. All other properties, methods and component events are identical for both FTP and FTPS protocols. As an example the FTP Client component can be used with the FTP server provided by http://www.weonlydo.com/. You can transfer data between FTP Client and the specified server using an SSL encrypted channel. Most of the SSL enabled servers require the specified client certificate installed on the client PC. So in order to open an SSL connection you need to install the client certificate provided along with the FTP server. The Clever Internet Suite FTP client will locate and establish a secured connection automatically without requiring any actions from the user. The sample below demonstrates how to use the FTP Client component in the SSL mode:
FTP ServerIn FTP Server, you have the following two SSL / TLS options: Implicit SSL negotiation and Explicit SSL negotiation. The sample below demonstrates how to use the TclFtpServer component in the SSL mode:
|