Click or drag to resize

FtpGetList Method

Returns parsed list of files and folders in the current server folder.

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

Return Value

ListFtpItem
List containing files and folders.
Remarks
This method will use the MLSD command (RFC 3659) if the server supports it, and the LIST command (RFC 959) if MLSD is not supported. You can force specific parser by setting ListParserType property.
See Also