edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

OS400FileParserParse Method

Parse server supplied string

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public override FTPFile Parse(
	string raw
)

Parameters

raw  String
raw string to parse

Return Value

FTPFile
FTPFile object representing the raw string

Remarks

Listing look like the below: CFT 45056 04/12/06 14:19:31 *FILE AFTFRE1.FILE CFT *MEM AFTFRE1.FILE/AFTFRE1.MBR CFT 36864 28/11/06 15:19:30 *FILE AFTFRE2.FILE CFT *MEM AFTFRE2.FILE/AFTFRE2.MBR CFT 45056 04/12/06 14:19:37 *FILE AFTFRE6.FILE CFT *MEM AFTFRE6.FILE/AFTFRE6.MBR QSYSOPR 28672 01/12/06 20:08:04 *FILE FPKI45POK5.FILE QSYSOPR *MEM FPKI45POK5.FILE/FPKI45POK5.MBR

See Also