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

Syntax

C#
public bool Exists(
	string remoteFile
)
Visual Basic
Public Function Exists ( _
	remoteFile As String _
) As Boolean
Visual C++
public:
virtual bool Exists(
	String^ remoteFile
) sealed

Parameters

remoteFile
Type: System..::..String

Implements

IFileTransferClient..::..Exists(String)

See Also