NET FTP Library
UseStandardDirectoryListing Property






KellermanSoftware.NetFtpLibrary Namespace > FTP Class : UseStandardDirectoryListing Property
When UseStandardDirectoryListing is true, a MLSD command is given to get the directory listing instead of the LIST command. Permissions are not available with MLSD
Syntax
'Declaration
 
Public Property UseStandardDirectoryListing As System.Boolean
'Usage
 
Dim instance As FTP
Dim value As System.Boolean
 
instance.UseStandardDirectoryListing = value
 
value = instance.UseStandardDirectoryListing
public System.bool UseStandardDirectoryListing {get; set;}
public read-write property UseStandardDirectoryListing: System.Boolean; 
public function get,set UseStandardDirectoryListing : System.boolean
public: __property System.bool get_UseStandardDirectoryListing();
public: __property void set_UseStandardDirectoryListing( 
   System.bool value
);
public:
property System.bool UseStandardDirectoryListing {
   System.bool get();
   void set (    System.bool value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FTP Class
FTP Members