ftp_mkdir
Create new directories on a remote server, including nested directory structures. Supports recursive creation similar to mkdir -p.
Instructions
Create a new directory structure on the remote server. Supports nested creation (mkdir -p).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The remote directory path to create. |