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

FTPFileFactoryParse Method

Parse an array of raw file information returned from the FTP server

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public virtual FTPFile[] Parse(
	string[] fileStrings
)

Parameters

fileStrings  String
array of strings

Return Value

FTPFile
array of FTPFile objects

See Also