Gets the path of the local file.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

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

See Also