Lists file and directory names contained in current remote folder

Namespace:  KetLabs.FTP
Assembly:  Ftp (in Ftp.dll) Version: 1.0.0.19105 (1.0.0.*)

Syntax

C#
public string[] ListCurrentDirectoryNames()
Visual Basic (Declaration)
Public Function ListCurrentDirectoryNames As String()
Visual C++
public:
array<String^>^ ListCurrentDirectoryNames()

Return Value

Array of String objects representing the contents of the current remote folder

See Also