Click or drag to resize

FtpGetList(String) Method

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

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

Parameters

remotePath  String
The path of the remote file or folder.

Return Value

ListFtpItem
List containing files and folders.
Remarks
This method will use the MLSD command (RFC 3659) if the server supports MLST extension and the LIST command (RFC 959) if this extensions is not supported.
See Also