edtFTPnet/Free - Open-source FTP component for .NET | Download
Remote path of file being transferred, or directory being listed.

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

Syntax

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

See Also