ssh_sftp_rmdir
Remove an empty directory on a remote server via SFTP. Provide the connection session ID and the remote path to delete.
Instructions
Remove an empty 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 remove |