Initializes a new instance of the FtpItemCollection class with the specified file list.

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

Syntax

Visual Basic
Public Sub New ( _
	rawList As String() _
)
C#
public FtpItemCollection(
	string[] rawList
)

Parameters

rawList
Type: array<System..::..String>[]()[][]
The unparsed FTP file list.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also