Delete the specified remote file.

Namespace: EnterpriseDT.Net.Ftp.Ssh
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public virtual void Delete(
	string path
)
Visual Basic
Public Overridable Sub Delete ( _
	path As String _
)
Visual C++
public:
virtual void Delete(
	String^ path
)

Parameters

path
Type: System..::..String
Name or path of remote file to delete.

Implements

IFileTransferClient..::..Delete(String)

See Also