edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Click or drag to resize

SecureFTPConnectionAutoSecure Property

[FTPS Only] Determines if the component will automatically switch to SSL/TLS upon connection when using FTPS.

Namespace:  EnterpriseDT.Net.Ftp
Assembly:  edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntax
public bool AutoSecure { get; set; }

Property Value

Type: Boolean
Remarks

If this flag if true and SecureFTPType is FTPSExplicit or FTPSImplicit then the component will automatically switch to SSL/TLS upon connection. This is only relevant for explicit FTPS since implicit FTPS always operates over an SSL/TLS connection.

The default is true.

See Also