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

FTPConnectionDeleteFile Method

Delete the specified remote file.

Definition

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

Parameters

remoteFile  String
Name of remote file to delete.

Return Value

Boolean
true if file was deleted successfully.

See Also