wodFTPServer ActiveX Control - Authentication Property
      
 

Description

Determines allowed/required authentication types.


Property type

An AuthenticationsEnum enumeration.  


Syntax

object.Authentication [= value]



The Authentication Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodFTPD.
value An AuthenticationsEnum enumeration, as described in settings.

Settings

The settings for value are:

Constant Value Description
 authBoth 0 Require both authentications.
 authPassword 1 Allow password authentication.
 authCertificate 2 Allow public key authentication.
 authNone 3 No authentication required.
 authAny 4 Allow any.

Remarks

This property determine client authentications allowed/required when user connects to wodFTPServer.

By default, this is set to authAny - clients can send their password, but also their certificate to login.

When wodFTPServer is running as plaintext FTP server, certificate/privatekey authentication is not possible.