edtFTPnet/Free - Open-source FTP component for .NET | Download
The name of the file being transferred, or the name of the directory if it is a directory listing.

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

Syntax

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

See Also