Create a remote directory
ftp_mkdirRecursively create a remote directory on a configured FTP server, specifying the path relative to the server root.
Instructions
Recursively create a remote directory (relative to the server root).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Remote directory to create, relative to the server root. | |
| server | No | Name of the configured server. Defaults to the configured default, or the sole server. |