Click or drag to resize

FTPDirectoryListDetailed Method

Get list directory contents in detail (Name, Size, Created, etc)

Namespace:  SIC.File
Assembly:  SIC (in SIC.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public string[] DirectoryListDetailed(
	string pDirectory
)

Parameters

pDirectory
Type: SystemString

[Missing <param name="pDirectory"/> documentation for "M:SIC.File.FTP.DirectoryListDetailed(System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:SIC.File.FTP.DirectoryListDetailed(System.String)"]

Examples
string[] simpleDirectoryListing = ftpClient.DirectoryListDetailed("/etc");
See Also