NET FTP Library
GetNameList Method






KellermanSoftware.NetFtpLibrary Namespace > FTP Class : GetNameList Method
Uses NLST to get a list of the file names in the current directory See also: GetRawDirectoryListing, GetDirectoryListing
Syntax
'Declaration
 
Public Function GetNameList() As System.String
'Usage
 
Dim instance As FTP
Dim value As System.String
 
value = instance.GetNameList()
public System.string GetNameList()
public function GetNameList(): System.String; 
public function GetNameList() : System.String;
public: System.string* GetNameList(); 
public:
System.String^ GetNameList(); 

Return Value

A list of files
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FTP Class
FTP Members