edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Change the remote working directory to that supplied.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public virtual void ChDir(
	string dir
)
Visual Basic
Public Overridable Sub ChDir ( _
	dir As String _
)
Visual C++
public:
virtual void ChDir(
	String^ dir
)

Parameters

dir
Type: System..::..String
Name of remote directory to change to.

Implements

IFileTransferClient..::..ChDir(String)

See Also