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}}`