Click or drag to resize

FtpNLST 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.22214.1022
Syntax
public List<string> NLST()

Return Value

Type: ListString
List containing file and folder names.
See Also