tailscale传输文件常用命令

查看tailscale组网信息

tailscale status

在 A 机器 执行发送:

tailscale file cp aaa.exe 1.1.1.1:   
或
tailscale file cp aaa.exe name: 
#tailscale file cp 文件名 内网ip: 
#tailscale file cp 文件名 内网用户名: 

然后在 B 机器 执行接收:

tailscale file get .

评论区: