ssh_mkdir
Create directories on a remote host via SSH, including parent directories, using an SFTP/SSH target in user@host format with local SSH config and keys.
Instructions
Create a directory (and parents) on the remote host, equivalent to mkdir -p.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute or relative path on the remote host. | |
| target | Yes | SSH target in the form user@host[:port]. Uses the local SSH config and keys. |