mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 14:15:26 +02:00
tailscale-file: add page (#7844)
This commit is contained in:
parent
b4e8cc64d7
commit
c12a5c8433
1 changed files with 13 additions and 0 deletions
13
pages/common/tailscale-file.md
Normal file
13
pages/common/tailscale-file.md
Normal file
|
@ -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: <https://tailscale.com/kb/1106/taildrop/>.
|
||||
|
||||
- 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}}`
|
Loading…
Add table
Reference in a new issue