FtpListingType Enum
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9083)
Type of file and directory listing.
Syntax
public enum FtpListingType
Fields
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. |