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
UIDs property
References specific user based on his UID.
Type
A FtpUser object. Reference to requested user in the collection.Syntax
- Basic
object.UIDs(UserUID)
The UIDs(object,UserUID) syntax has these parts:
The UIDs(object,UserUID) syntax has these parts:
object | An expression evaluating to an object of type FtpUsers. |
UserUID | Required. A Long value. Unique ID for the user. |
Remarks
Unlike Item property that uses relative indexes, UIDs property will return reference to some user based on his unique ID - unique value he got when he connected. ID for the user will not be changed during client's connection, and no two users will have the same ID as long as the server is started.You can freely store user's ID in your program and access the reference to the user later on, from any function - of course, assuming the client doesn't disconnect in the meantime.