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

Syntax

Visual Basic
Private Function GetItems ( _
	remotePath As String _
) As FileSystemItemCollection Implements IFtp.GetItems
C#
FileSystemItemCollection IFtp.GetItems(
	string remotePath
)

Parameters

remotePath
Type: System..::..String

Implements

IFtp..::..GetItems(String)

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also