Back to product page

Secure property


Determines which variation of SSL protocol is used.

Type

A SecureProtocols enumeration.

Syntax

  • Basic
object.Secure [= value]
The Secure(object,value) syntax has these parts:
objectAn expression evaluating to an object of type wodFTPD.
valueA SecureProtocols enumeration, as described in settings.

Remarks

Secure property can only be used when Protocol property is set to FTPS or FTPSImplicit. It defines which SSL variation is forced or allowed. If you want to force strong protection using only TLS1 protocol, you can set it to ProtTLS1. If you prefer that any client can connect, you can use ProtAll (the default value). You should set this property after setting the Protocol property.

Platforms

Windows