sftp_mkdir
Create a directory on a remote server via SFTP. Supports recursive creation of parent directories.
Instructions
Create a directory on the remote server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | SSH session ID | |
| path | Yes | Remote directory path to create | |
| recursive | No | Create parent directories |