1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/tailscale-file.md

14 lines
468 B
Markdown
Raw Normal View History

2022-03-08 06:03:31 +05:30
# tailscale file
> Send files across connected devices on a Tailscale network.
> It currently does not support sending files to devices owned by other users even on the same Tailscale network.
> More information: <https://tailscale.com/kb/1106/taildrop/>.
- Send a file to a specific node:
2025-03-15 21:55:25 +00:00
`tailscale file cp {{path/to/file}} {{hostname|ip}}:`
2022-03-08 06:03:31 +05:30
- Store files that were sent to the current node into a specific directory:
2025-03-15 21:55:25 +00:00
`tailscale file get {{path/to/directory}}`