Changes remote directory to the specified path. If the parameter starts with / then absolute path is assumed, otherwise relative to CurrentDirectory path is assumed.

Namespace:  KetLabs.FTP
Assembly:  Ftp (in Ftp.dll) Version: 1.0.0.19105 (1.0.0.*)

Syntax

C#
public void ChangeDirectory(
	string dirName
)
Visual Basic (Declaration)
Public Sub ChangeDirectory ( _
	dirName As String _
)
Visual C++
public:
void ChangeDirectory(
	String^ dirName
)

Parameters

dirName
Type: System..::.String
Remote directory name

See Also