Description
-
Defines directory format sent to the client.
Property type
-
A DirFormats
enumeration.
Syntax
-
object.DirFormat [= value]
The DirFormat Property syntax has these parts:
| object |
An expression
evaluating to an object of type wodFTPD. |
| value |
A DirFormats
enumeration, as described in settings. |
Settings
-
The settings for value are:
 |
fmtUNIX |
1 |
Dir listing format is UNIX
alike. |
 |
fmtWindows |
2 |
Dir listing is Windows
alike. |
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.
|