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

FTPClientDelete Method

Delete the specified remote file.

Definition

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

Parameters

remoteFile  String
Name of remote file to delete.

Implements

IFileTransferClientDelete(String)

See Also