Does the remote file exist?

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

Syntax

C#
public bool RemoteFileExists { get; }
Visual Basic
Public ReadOnly Property RemoteFileExists As Boolean
	Get
Visual C++
public:
property bool RemoteFileExists {
	bool get ();
}

See Also