Delete the specified remote file.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

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

Parameters

remoteFile
Type: System..::..String
Name of remote file to delete.

Implements

IFileTransferClient..::..Delete(String)

See Also