Creates a new instance of the FtpItem class and initializes it with file info from a raw FTP list line.

Namespace:  Rebex.Net
Assembly:  Rebex.Ftp (in Rebex.Ftp.dll)

Syntax

Visual Basic
Public Shared Function Parse ( _
	rawLine As String _
) As FtpItem
C#
public static FtpItem Parse(
	string rawLine
)

Parameters

rawLine
Type: System..::..String
A raw FTP list line.

Return Value

An instance of FtpItem or a null reference if unable to parse.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also