Discuss this help topic in SecureBlackbox Forum
Specifies if the secure connection should be established
Declaration
[VB.NET]
Property UseSSL As Boolean
[Pascal]
property UseSSL : boolean;
[C++]
bool get_UseSSL();
void set_UseSSL(bool Value);
[PHP]
bool get_UseSSL()
void set_UseSSL(bool $Value)
[Java]
boolean getUseSSL();
void setUseSSL(boolean Value);
Description
If UseSSL is True, the FTP data will be secured using SSL/TLS protocol.
Otherwise, unencrypted FTP connection will be used
Discuss this help topic in SecureBlackbox Forum