Scp.CreateDirectory Method
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9119)
CreateDirectory(String)
Creates a directory on the server.
Declaration
public void CreateDirectory(string remotePath)
Parameters
Type | Name | Description |
---|---|---|
String | remotePath | Pathname of the new remote directory. |