snippetbashTip
tailscale file — Send files across connected devices on a Tailscale network. It currently does not support sending fi
Viewed 0 times
connectedcommandsendtailscale filefilesdevicescliacross
Problem
How to use the
tailscale file command: 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>.Solution
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:
tailscale file cp {{path/to/file}} {{hostname|ip}}:Store files that were sent to the current node into a specific directory:
tailscale file get {{path/to/directory}}Code Snippets
Send a file to a specific node
tailscale file cp {{path/to/file}} {{hostname|ip}}:Store files that were sent to the current node into a specific directory
tailscale file get {{path/to/directory}}Context
tldr-pages: common/tailscale file
Revisions (0)
No revisions yet.