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.22214.1022
Syntax
public List<FtpItem> List()

Return Value

Type: ListFtpItem
List containing files and folders.
See Also