ftp_rmdir
Delete a remote directory from an FTP or SFTP server. Supports recursive removal of all files and subdirectories.
Instructions
Delete a directory from the remote server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The remote directory path to remove. | |
| recursive | No | If true, deletes all files and subdirectories within the target directory. |