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.