edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

SSLFTPClientIsImplicitFTPS Property

Controls/indicates whether this client is performing explicit or implicit FTPS.

Definition

Namespace: EnterpriseDT.Net.Ftp.Ssl
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public bool IsImplicitFTPS { get; set; }

Property Value

Boolean
true if the client is performing implicit FTPS. false is the default.

Remarks

Implicit FTPS is an older form of FTPS which uses pure SSL connection, i.e. SSL sessions are established immediately upon socket connection for all FTP channels.

This property may be read any time, but may be set only prior to connection.

See Also