Click or drag to resize

FtpNLST(String) Method

Returns a list of file and folder names in the current server folder. This method uses NLST command (RFC 3659), that may be NOT supported by the server.

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

Parameters

pattern  String
Search pattern to use.

Return Value

ListString
List containing file and folder names.
See Also