NET FTP Library
ParseStandardDirectoryListing Method






KellermanSoftware.NetFtpLibrary Namespace > FTP Class : ParseStandardDirectoryListing Method
Parse a Standardized Directory Listing returned from an MLSD command
Syntax
'Declaration
 
Public Function ParseStandardDirectoryListing( _
   ByVal rawListing As System.String _
) As System.Collections.Generic.List(Of FTPFileInfo)
'Usage
 
Dim instance As FTP
Dim rawListing As System.String
Dim value As System.Collections.Generic.List(Of FTPFileInfo)
 
value = instance.ParseStandardDirectoryListing(rawListing)
public System.Collections.Generic.List<FTPFileInfo> ParseStandardDirectoryListing( 
   System.string rawListing
)
public function ParseStandardDirectoryListing( 
    rawListing: System.String
): System.Collections.Generic.List; 
public function ParseStandardDirectoryListing( 
   rawListing : System.String
) : System.Collections.Generic.List;
public: System.Collections.Generic.List<FTPFileInfo*>* ParseStandardDirectoryListing( 
   System.string* rawListing
) 
public:
System.Collections.Generic.List<FTPFileInfo^>^ ParseStandardDirectoryListing( 
   System.String^ rawListing
) 

Parameters

rawListing
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