tailscale drop使用
tailscale drop使用
在linux中使用比较特殊,需要使用命令行工具
发送格式:
tailscale file cp <files> <name-or-ip>:
# For example, you can send a text file to your phone with the command:
tailscale file cp ./my-file.txt my-phone:
接收格式:
#You can receive files using the tailscale file subcommand of the CLI.
sudo tailscale file get .
#Where . can be any directory you’d like to copy files to.