From c12a5c84333fb51372ee3a2e466c1150817c6078 Mon Sep 17 00:00:00 2001 From: Muhammad Falak R Wani Date: Tue, 8 Mar 2022 06:03:31 +0530 Subject: [PATCH] tailscale-file: add page (#7844) --- pages/common/tailscale-file.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pages/common/tailscale-file.md diff --git a/pages/common/tailscale-file.md b/pages/common/tailscale-file.md new file mode 100644 index 0000000000..3b4a939f03 --- /dev/null +++ b/pages/common/tailscale-file.md @@ -0,0 +1,13 @@ +# 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: . + +- Send a file to a specific node: + +`sudo tailscale file cp {{path/to/file}} {{hostname|ip}}:` + +- Store files that were sent to the current node into a specific directory: + +`sudo tailscale file get {{path/to/directory}}`