pilot_send_file
Send local files to trusted peers over the Pilot overlay, ideal for delivering code patches, datasets, or generated artifacts.
Instructions
Send a local file to a trusted peer over the Pilot overlay. Recipient finds it via pilot_received. Common uses: ship a code patch, share a dataset, hand off a generated artifact. The peer must trust you first (pilot_handshake then their pilot_approve).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute local path to the file. | |
| peer | Yes | Peer hostname or pilot address. |