Retrieves the list of files and directories in the current remote directory using a raw text format.

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

Syntax

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

Return Value

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

Implements

IFtp..::..GetRawList()()()()

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also