Back to product page
- Introduction
- Overview
- License agreement
- Getting Started
- Objects
- Enumerations
- wodFTPD
- Methods
- Properties
- Authentication
- BindIP
- BindIPType
- Certificate
- DirFormat
- Encryption
- EncryptionList
- FileLocking
- FIPS
- ForceUTF8
- GoodbyeMessage
- GreetingMessage
- HMacList
- HostKeyList
- KeyExchangeList
- MaxDataPort
- MinDataPort
- MonitorTransfers
- MyHostname
- MyIP
- Notification
- PasvPort
- Port
- Protocol
- Secure
- ServerName
- SFTPVersion
- Status
- StrictDataIP
- Threads
- Timeout
- UseIPv6
- Users
- Version
- VirtualFiles
- VirtualFolders
- Events
- wodFTPDNotify
- FtpUser
- FtpUsers
- VirtualFile
- VirtualFiles
- VirtualFolder
- VirtualFolders
- How to get support?
- Technical information
- Fast notifications interface
- Error list
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:
The Domain(object,value) 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.