Type of file and directory listing.
Namespace:
Rebex.Net
Assembly:
Rebex.Ftp (in Rebex.Ftp.dll)
Syntax
| Visual Basic |
|---|
Public Enumeration FtpListingType |
| C# |
|---|
public enum FtpListingType |
Members
| Member name | Description | |
|---|---|---|
| List | Classic method - the LIST command. | |
| MachineProcessingList | New method - the MLSD command. | |
| NameList | Name list only - the NLST command. Beware, behavior is not consistent across different FTP servers. See GetNameList()()()() remarks for more information. |