| 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()
Public Function NLST As List(Of String)
public:
List<String^>^ NLST()
member NLST : unit -> List<string>
Return Value
Type:
ListStringList containing file and folder names.
See Also