FtpItemCollection Constructor
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9083)
FtpItemCollection()
Initializes a new instance of the FtpItemCollection class.
Declaration
public FtpItemCollection()
FtpItemCollection(String[])
Initializes a new instance of the FtpItemCollection class with the specified file list.
Declaration
public FtpItemCollection(string[] rawList)
Parameters
Type | Name | Description |
---|---|---|
String[] | rawList | The unparsed FTP file list. |
FtpItemCollection(String[], FtpListingType)
Initializes a new instance of the FtpItemCollection class with the specified file list.
Declaration
public FtpItemCollection(string[] rawList, FtpListingType listingType)
Parameters
Type | Name | Description |
---|---|---|
String[] | rawList | The unparsed FTP file list. |
FtpListingType | listingType | Type of the listing. |