Discuss this help topic in SecureBlackbox Forum
Specifies if implicit SSL mode is used.
Declaration
Description
Use this property to specify if explicit or implicit SSL mode should be used to establish secure connection to server.
In explicit mode, the client connects to the generic FTP port (21), and then sends AUTH command.
In implicit mode, the connection is established to the dedicated port (usually 990), and immediately starts SSL negotiation (without sending AUTH command).
Default value is
False (explicit SSL mode).