ssh_sftp_mkdir
Create a directory on a remote server via SFTP. Provide an existing SSH connection ID and the remote path to create the folder.
Instructions
Create a directory on the remote server using SFTP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connectionId | Yes | The session ID returned by ssh_connect | |
| path | Yes | Remote directory path to create |