Click or drag to resize

FtpList Method

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

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

Return Value

ListFtpItem
List containing files and folders.
Remarks
You can force specific parser by setting ListParserType property.
See Also