edtFTPnet/Free - Open-source FTP component for .NET | Download
Name of remote file as passed into the method that initiated the transfer.

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

Syntax

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

See Also