Retrieves the raw list of files and directories using a raw text format.

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

Syntax

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

Parameters

arguments
Type: System..::..String
Server and protocol-specific arguments. Usually a directory path.

Return Value

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

Implements

IFtp..::..GetRawList(String)

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also