Description
-
Holds domain information for the user.
Property type
-
A String value.
Syntax
-
object.Domain [= value]
The Domain Property syntax has these parts:
| object |
An expression
evaluating to an object of type FtpUser. |
| value |
A 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.
|