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

ExFTPConnectionDeleteDirectoryTree Method

Delete this entire remote directory and its contents recursively, including all subdirectories.

Definition

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

Parameters

remoteDirectory  String
name of remote directory

Remarks

Use this method with extreme care!

See Also