ListingMethod Enumeration
In This Topic
Value representing the method by which folder content (file names, size, dates, etc) is retrieved from the FTP server.
Syntax
Members
| Member | Value | Description |
| Automatic | 2 | Use MachineFormat if supported by the server. Use standard method otherwise. |
| MachineFormat | 1 | An extended FTP feature (MLSD) that uses a machine-readable format to get folder content, resulting in a more accurate listing (RFC 3659). |
| Standard | 0 | The legacy way of getting folder content using the LIST command. |
Inheritance Hierarchy
Supported Frameworks
MachineFormat
See Also