Gets/Sets the original line sent by FTP server used in parsing this FtpFile.

Namespace: Jscape.Ftp
Assembly: Jscape.Ftp (in Jscape.Ftp.dll) Version: 2.4.5.0

Syntax

C#
public string Line { get; set; }
Visual Basic
Public Property Line As String
	Get
	Set
Visual C++
public:
property String^ Line {
	String^ get ();
	void set (String^ value);
}

See Also