Reference to an FTPFile object representing the remote file.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

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

See Also