Rebex
Products Downloads Buy Support Contact
Show / Hide Table of Contents

Ftp.FileExists Method

Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9147)

FileExists(String)

Detects whether the specified file exists on the server. Not all FTP servers support this!

Declaration
public bool FileExists(string remotePath)
Parameters
Type Name Description
String remotePath

The path of the remote file to check.

Returns
Type Description
Boolean

True if the file exists, false otherwise.

Implements
IFtp.FileExists(String)
Remarks

The standard FTP protocol does not have a dedicated command that could be used to detect whether a file exists. There is the MLST command that is quite reliable, but not all server support it and we have to rely on SIZE or even PWD, CWD commands for these servers.

In This Article
  • FileExists(String)
© REBEX ČR s.r.o. Back to top
Privacy policy
Manage cookies