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

HttpClientChDir Method

Change the remote working directory to that supplied.

Definition

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

Parameters

dir  String
Name of remote directory to change to.

Implements

IFileTransferClientChDir(String)

See Also