Click or drag to resize

FtpFileExists Method

Detects whether the specified file exists on the server.

Namespace:  Limilabs.FTP.Client
Assembly:  Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax
public bool FileExists(
	string remotePath
)

Parameters

remotePath
Type: SystemString
The path of the remote file to check.

Return Value

Type: Boolean
True if the file exists, otherwise.
See Also