i want to send private documents and things to someone, whats the best app in your opinion. needs to work on linux and other things too
Magic Wormhole is a popular tool:
Can be installed on Linux, Windows and MacOS. There’s an open source client on Android as well. If you don’t want the hassle of installation, there’s a website: wormhole.app. Claims E2EE and open source algorithm but the client itself is not open source.
The protocol is open, so there are apps that are cross-compatible.
for example
Android: https://play.google.com/store/apps/details?id=com.pavelsof.wormhole
Windows: https://www.microsoft.com/store/apps/9P564W951H6N
macOS: https://apps.apple.com/app/riftshare/id1602642908
Syncthings
rsync over ssh
https://onionshare.org/ perhaps?
Depending on the size signal could work. Syncthing would also do it too for any file size.
“Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers in real time, safely protected from prying eyes. Your data is your data alone and you deserve to choose where it is stored, whether it is shared with some third party, and how it’s transmitted over the internet.”
Not exactly, nextcloud is more akin to Dropbox where as syncthing just keeps the folders in sync so if you delete or move a file out of the folder the file will be removed on the other machine(s).
But it is peer to peer so you can create a folder, copy your file in and someone else can sync with you using the unique code for your share. The whole thing is encrypted and nobody else can read or intercept the data and it also works great even if you need to interrupt and resume it later . when the transfer has completed if the recipient moves the file it will be deleted from the original folder on your machine. So thats why its best to create a copy to share.
You can do read only shares etc but the official docs go into more detail there