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 nameDescription
Supported by the .NET Compact FrameworkList
Classic method - the LIST command.
Supported by the .NET Compact FrameworkMachineProcessingList
New method - the MLSD command.
Supported by the .NET Compact FrameworkNameList
Name list only - the NLST command. Beware, behavior is not consistent across different FTP servers. See GetNameList()()()() remarks for more information.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also