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
UID property
Returns unique ID for the user since server started.
Type
A Long value.Syntax
- Basic
object.UID
The UID(object) syntax has these parts:
The UID(object) syntax has these parts:
object | An expression evaluating to an object of type FtpUser. |
Remarks
ID property holds unique ID for the user - value that will never change (unlike Index property!) as long as user is connected. Each user that connects during server's lifetime (until wodFTPD.Stop method is called) will have his own UID.You can store this UID information in your program, and can access this user later on using wodFTPD.Users.UIDs(useruid) property.