Create Directory
create-directoryCreates a directory on an FTP server at a specified remote path, enabling structured file organization.
Instructions
Create a new directory on the FTP server
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| remotePath | Yes | Path of the directory to create |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| created | Yes | ||
| remotePath | Yes |