Delete a remote file or directory
ftp_deleteRemove a remote file or directory from an FTP server. Prevents deletion of the server root for safety.
Instructions
Delete a remote file, or a directory when recursive:true. Never deletes the server root.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Remote path to delete, relative to the server root. | |
| server | No | Name of the configured server. Defaults to the configured default, or the sole server. | |
| recursive | No | Required to delete a directory and its contents. |