mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-06 09:58:46 +00:00
Update cheatsheets
This commit is contained in:
18
tailscale-file
Normal file
18
tailscale-file
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user