edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Click or drag to resize

FTPConnectionDeleteFile Method

Delete the specified remote file.

Namespace:  EnterpriseDT.Net.Ftp
Assembly:  edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntax
public virtual bool DeleteFile(
	string remoteFile
)

Parameters

remoteFile
Type: SystemString
Name of remote file to delete.

Return Value

Type: Boolean
true if file was deleted successfully.
See Also