Like Localshare but works over the internet?
Any recommendations appreciated
Thanks in advance
Syncthing
OnionShare
Syncthing?
pairdrop.net maybe?
It’s mainly for local network, but you can do internet transfers.
I use this all the time, also nice for text share.
OnionShare is FOSS and transfers files over TOR network.
If you’re on linux just use scp
why not something as basic as sftp?
One of the GUI versions of Magic Wormhole is the best and easiest way. Here’s my favorite https://rymdport.github.io/
I wrote my own. I aimed for a different UX than most services. For my use case I have a few devices that I often share files between. So opening the tool on both devices was a bit annoying. Instead you select the file on the first device and you get a push notification on the other. Then the transfer is done over WebRTC (locally if possible). All communication is done end-to-end encrypted and over your browser’s push service.
Hosted: https://filepush.kevincox.ca/
This is all i see
I thought Apple implemented push notifications? Or did they just say they would? Either way you can file the bug with them I think.
Or wait until they allow you to install a browser that isn’t dragging it’s feet.
Yeah let me just file a bug report to apple for your app to even display. Ill get right on that
Syncthing is pretty good.
FTP
In order of personal preference:
scp (sftp)
rsync/openrsync
nfs
host files on an ftp server with ftpd
hosting files on an http server with httpd
FileZilla.
Croc, although it’s command-line only.
Syncthing is also great but may not be what you’re looking for.
https://github.com/positive-intentions/chat
It uses webrtc for P2P connections.