DeedleFake / trayscale

An unofficial GUI wrapper around the Tailscale CLI client.
MIT License
392 stars 14 forks source link

add ability to receive files via UI #87

Closed la7eralus closed 9 months ago

la7eralus commented 9 months ago

To receive files via tailscale we have to issue the tailscale file get . command. This will transfer the file from /var/lib/tailscale/files/... to the current folder, and change the ownership of the file(s). It would be nice to issue this command vi UI. The default folder could be /home/$USER/Downloads (could also be set via trayscale preferences). There is also a lengthy discussion at tailscale: https://github.com/tailscale/tailscale/issues/2312

DeedleFake commented 9 months ago

The ability to receive files was added in v0.10.0 (#58).

la7eralus commented 9 months ago

Great, I somehow missed that from the UI, It works perfectly fine :-) Thanks for your great work!