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
Syntaxpublic bool AutoSecure { get; set; }
Public Property AutoSecure As Boolean
Get
Set
public:
property bool AutoSecure {
bool get ();
void set (bool value);
}
member AutoSecure : bool with 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