Converterd to an articla: https://dev.to/taikedz/considering-syncthing-at-work-3pin
An interim solution for passing around large files using decentralised means
Syncthing uses end-to-end encryption to send files directly to other devices. If two devices are on the same network, the instances communicate directly with eachother. If not, they send traffic, encrypted, via a relay server (akin to a router).
This solution can be useful for sending large files between workstations, when other means are unavailable.