localsend_send
Send files to a LocalSend device on the local network using target alias, IP, host:port, or URL. Supports PIN-protected transfers and automatic protocol selection.
Instructions
Send one or more absolute file paths to a LocalSend target by alias, IP, host:port, or URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pin | No | Optional receiver PIN for protected transfers. | |
| files | Yes | Absolute paths to regular files to send. | |
| method | No | Transfer backend. auto tries direct protocol first, then localsend-cli if installed. | auto |
| target | Yes | Target alias, IP address, host:port, or http(s) URL. | |
| timeout | No | Transfer timeout in seconds. | |
| scan_timeout | No | Alias resolution scan duration in seconds. | |
| busy_retry_seconds | No | How long to keep retrying when the receiver reports another active LocalSend session. | |
| busy_retry_interval | No | Seconds to wait between busy-session retries. |