Changes the current working directory on the server.

Namespace:  Rebex.Net
Assembly:  Rebex.Sftp (in Rebex.Sftp.dll)

Syntax

Visual Basic
Public Sub ChangeDirectory ( _
	remotePath As String _
)
C#
public void ChangeDirectory(
	string remotePath
)

Parameters

remotePath
Type: System..::..String
Path of the directory to change to.

Implements

IFtp..::..ChangeDirectory(String)

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also