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
VirtualFiles property
Holds global collection of virtual files.
Type
A VirtualFiles object.Syntax
- Basic
object.VirtualFiles
The VirtualFiles(object) syntax has these parts:
The VirtualFiles(object) syntax has these parts:
object | An expression evaluating to an object of type wodFTPD. |
Remarks
This property returns reference to list of all virtual files defined globally. Virtual files are non-existent files - but are visible to users that connect to your server, and actually point to completely different location on your file system.VirtualFiles can be changed at run-time, and even when users are connected.
When user connects to the server, this collection is copied to User.VirtualFiles collection - where you can change virtual files 'per user' basis.