ftp_put_contents
Write raw text directly to a remote FTP destination. Use for creating new files.
Instructions
Write raw text directly to a remote destination. Best for creating NEW files. For modifying existing files, prefer ftp_patch_file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Remote destination path. | |
| content | Yes | The full string content to write. |