Name of the local file (without path).

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

Syntax

C#
public string LocalFile { get; }
Visual Basic
Public ReadOnly Property LocalFile As String
	Get
Visual C++
public:
property String^ LocalFile {
	String^ get ();
}

See Also