edtFTPnet/Free - Open-source FTP component for .NET | Download
Path of local file if LocalDataType is File.

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

Syntax

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

See Also