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.26109.1248
Syntax
public bool FileExists(
	string remotePath
)

Parameters

remotePath  String
The path of the remote file to check.

Return Value

Boolean
True if the file exists, otherwise.
See Also