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(), _ listingType As FtpListingType _ ) |
C# |
---|
public FtpItemCollection( string[] rawList, FtpListingType listingType ) |
Parameters
- rawList
- Type: array<System..::..String>[]()[][]
The unparsed FTP file list.
- listingType
- Type: Rebex.Net..::..FtpListingType
Type of the listing.