SmartFTP FTP Library
enumProtocol Enumeration
IDL
enum enumProtocol {
  ftpProtocolNormal = 0,
  ftpProtocolSSLImplicit = 1,
  ftpProtocolSSLExplicit = 2,
  ftpProtocolGridFTP = 3
};
Members

ftpProtocolNormal
Normal, unencrypted connection.
ftpProtocolSSLImplicit
Encryption is used for the control and data connection. 

Note: SSL Implicit is deprecated.

ftpProtocolSSLExplicit
Encryption is used for the control connection. The AUTH command is sent to start the SSL/TLS session. Data encryption is optional (See PROT).

This enumeration is used by the Protocol property.

What do you think about this topic? Send feedback!
Copyright (c) by SmartSoft Ltd. All rights reserved.