Gets/Sets the target if this entry is a link.

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

Syntax

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

Remarks

If the directory listing entry for this file is a link and link target is specified by the server, this method can be used to retrieve the target of that link.

See Also

FtpFile..::..LinkTarget