Returns parsed list of files and directories.

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

Syntax

Visual Basic
Public Function GetItems ( _
	remotePath As String, _
	traversalMode As TraversalMode _
) As FtpItemCollection
C#
public FtpItemCollection GetItems(
	string remotePath,
	TraversalMode traversalMode
)

Parameters

remotePath
Type: System..::..String
The path (with or without a mask) to a remote file or directory.
traversalMode
Type: Rebex.IO..::..TraversalMode
Specifies how to traverse hierarchy of directories.

Return Value

An instance of FtpItemCollection containing the file list.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also