FtpItemCollection Constructor
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9313)
FtpItemCollection()
Initializes a new instance of the Ftp
Declaration
public FtpItemCollection()
FtpItemCollection(String[])
Initializes a new instance of the Ftp
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 Ftp
Declaration
public FtpItemCollection(string[] rawList, FtpListingType listingType)
Parameters
| Type | Name | Description |
|---|---|---|
| String[] | rawList | The unparsed FTP file list. |
| Ftp |
listingType | Type of the listing. |