LinuxCommandLibrary

tailscale-file

Send files across connected devices on a Tailscale network.

TLDR

Send a file to a specific node

$ sudo tailscale file cp [path/to/file] [hostname|ip]:
copy


Store files that were sent to the current node into a specific directory
$ sudo tailscale file get [path/to/directory]
copy

Copied to clipboard