Click or drag to resize

FtpList Method (String)

Returns parsed list of files and folders in the specified server folder. This method uses LIST command (RFC 959). There is no standard that describes LIST command response, GetList(String) is a better choice in most cases.

Namespace:  Limilabs.FTP.Client
Assembly:  Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax
public List<FtpItem> List(
	string remotePath
)

Parameters

remotePath
Type: SystemString
The path of the remote file or folder.

Return Value

Type: ListFtpItem
List containing files and folders.
See Also