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
DirFormat property
Defines directory format sent to the client.
Type
A DirFormats enumeration.Syntax
- Basic
object.DirFormat [= value]
The DirFormat(object,value) syntax has these parts:
The DirFormat(object,value) syntax has these parts:
object | An expression evaluating to an object of type wodFTPD. |
value | A DirFormats enumeration, as described in settings. |
Remarks
DirFormat property defines format used for creating directory listings, which are sent to clients when they execute LIST command. Currently wodFTPServer supports UNIX-alike and Windows-alike formats, as shown here.The settings for value are:
Constant | Value | Description |
---|---|---|
fmtUNIX | 1 | Dir listing format is UNIX alike. |
fmtWindows | 2 | Dir listing is Windows alike. |