LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

tailscale-file

Transfer files between Tailscale devices

TLDR

Send file to device
$ tailscale file cp [file] [device]:
copy
Receive files
$ tailscale file get [directory]
copy
List pending files
$ tailscale file get --wait=false .
copy

SYNOPSIS

tailscale file command [options]

DESCRIPTION

tailscale file transfers files between devices on your Tailscale network using the Taildrop feature. Files are sent directly from one device to another over encrypted WireGuard connections, without passing through cloud storage or third-party servers.The cp subcommand sends files to a target device, specified by its Tailscale hostname followed by a colon. The get subcommand receives pending files into a local directory. By default, the receiver waits for incoming transfers; the --wait=false flag lists pending files without blocking. Transfers work across platforms including Linux, macOS, Windows, iOS, and Android.

PARAMETERS

cp file target

Send file to device.
get directory
Receive pending files.
--wait
Wait for files.

INSTALL

sudo dnf install tailscale
copy
sudo pacman -S tailscale
copy
sudo apk add tailscale
copy
sudo zypper install tailscale
copy
brew install tailscale
copy
nix profile install nixpkgs#tailscale
copy

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid