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

SSHSCPClientDelete Method

Delete the specified remote file.

Definition

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

Parameters

path  String
Name or path of remote file to delete.

Implements

IFileTransferClientDelete(String)

See Also