Retrieves the list of files and directories in the current server directory.

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

Syntax

Visual Basic
Public Function GetList ( _
	arguments As String _
) As FileSystemItemCollection
C#
public FileSystemItemCollection GetList(
	string arguments
)

Parameters

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

Return Value

Collection of FileSystemItem values.

Implements

IFtp..::..GetList(String)

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also