property TLSMode: TScTLSMode; default tmDisableTLS;

 

Description

The TLSMode property indicates the level of Transport Layer Security (TLS) required for control channel and data channel connections in the FTP client.

If TLSMode is set to the tmImplicitTLS value, TLS protocol will be set in the Connect method.

If TLSMode is set to the tmRequireExplicitTLS or tmAllowExplicitTLS values, TLS protocol will set in the Login method.

The default value is the tmDisableTLS value that means not to use a TLS protocol.

 

See Also

Connect

Login

SecureBridge Components, Copyright © 2007-2024 Devart. All Rights Reserved. Provide Feedback Visit Forum Request Support