localsend_send
Transfer files, folders, or text snippets directly to a LocalSend device on your local network by alias or IP, with optional PIN, port, and timeout controls.
Instructions
Send files, folders, or direct text/clipboard snippets to a LocalSend device on LAN by alias or IP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Target device alias (e.g. 'SFG16' or 'iPhone') or IP address (e.g. '192.168.1.11'). | |
| pin | No | PIN if requested by receiving device. | |
| port | No | Custom port if sending directly to IP (default 53317). | |
| text | No | Text snippet, note, or code to send directly as a text transfer. | |
| files | No | List of absolute or relative file or folder paths to send. | |
| protocol | No | Transport protocol (default: 'https'). | |
| textFileName | No | Optional filename for text snippet (default: 'note.txt'). | |
| timeoutSeconds | No | Timeout waiting for recipient to accept in seconds (default 60). |