NET FTP Library
GetRawStandardDirectoryListing Method






KellermanSoftware.NetFtpLibrary Namespace > FTP Class : GetRawStandardDirectoryListing Method
Returns a raw standard directory listing of the current FTP folder via the MLSD command
Syntax
'Declaration
 
Public Function GetRawStandardDirectoryListing() As System.String
'Usage
 
Dim instance As FTP
Dim value As System.String
 
value = instance.GetRawStandardDirectoryListing()
public System.string GetRawStandardDirectoryListing()
public function GetRawStandardDirectoryListing(): System.String; 
public function GetRawStandardDirectoryListing() : System.String;
public: System.string* GetRawStandardDirectoryListing(); 
public:
System.String^ GetRawStandardDirectoryListing(); 
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