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

FTPClientRmDir Method

Delete the specified remote working directory.

Definition

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

Parameters

dir  String
Name of remote directory to delete.

Implements

IFileTransferClientRmDir(String)

See Also