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

ExFTPConnectionDeleteDirectory Method

Delete the specified remote directory.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public override void DeleteDirectory(
	string directory
)

Parameters

directory  String
Name of remote directory to delete.

Remarks

This method does not recursively delete files.

See Also