Back to product page

Domain property


Holds domain information for the user.

Type

A String value.

Syntax

  • Basic
object.Domain [= value]
The Domain(object,value) syntax has these parts:
objectAn expression evaluating to an object of type FtpUser.
valueA String value.

Remarks

Domain property is used only with UseNTAuthentication property. If you decide to let you NT authenticates user, you may need to setup proper domain where user is authenticated. Since Ftp protocol does not allow users to specify one - you have to do it instead.

If you leave this empty, wodFtpServer will authenticate local users.

Platforms

Windows