edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

SSHSCPClientExists Method

Checks for the existence of a file on the server.

Definition

Namespace: EnterpriseDT.Net.Ftp.Ssh
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public virtual bool Exists(
	string path
)

Parameters

path  String
 

Return Value

Boolean

Implements

IFileTransferClientExists(String)

See Also