FtpItem.Parse Method
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9147)
Parse(String)
Creates a new instance of the Ftp
Declaration
public static FtpItem Parse(string rawLine)
Parameters
Type | Name | Description |
---|---|---|
String | rawLine | A raw FTP list line. |
Returns
Parse(String, FtpListingType)
Creates a new instance of the Ftp
Declaration
public static FtpItem Parse(string rawLine, FtpListingType listingType)
Parameters
Type | Name | Description |
---|---|---|
String | rawLine | A raw FTP list line. |
Ftp |
listingType | Type of the listing. |