Sftp.CreateDirectory Method
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
CreateDirectory(String)
Creates a directory on the server.
Declaration
public string CreateDirectory(string remotePath)
Parameters
Type | Name | Description |
---|---|---|
String | remotePath | Pathname of the new remote directory. |
Returns
Type | Description |
---|---|
String | A string containing the absolute path of the newly created remote directory. |