Retrieves the list of file and directory names in the current remote directory.

Namespace:  Rebex.Net
Assembly:  Rebex.Sftp (in Rebex.Sftp.dll)

Syntax

Visual Basic
Public Function GetNameList As String()
C#
public string[] GetNameList()

Return Value

An array of lines, with each line representing a single name.

Implements

IFtp..::..GetNameList()()()()

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also