If you want a easy, reliable and cross-platform way to share files between computers, phones, etc, it may be of your interest.
Stupid question from an ignorant fool: how does this differ from just using bluray to transfer files?
EDIT: GOD I AM AN IDIOT I MEAN BLUETOOTH. BLUETOOTH. XDDD
Burning physical bluray discs can take quite a lot of time.
I meant BLUETOOTH. Lol. I mistyped. xD
Also disk drives are basically non-existant these days. But to each their own.
I mistyped. I.meant Bluetooth. Lol.
That being said, disk drives are extremely common if you build your own PC. 😈
Answering the question you meant to ask, blueray is a physica… just kidding.
LocalSend is basically like bluetooth file sharing over WiFi. Bluetooth, especially the fallback 2.0 is notoriously slow and short ranged. The situation got better with BLE, 5.0 and Long Range. Still, both devices need to speak BT. Ap*le’s iOS is well known to ignore BT file sharing capabilities while implementing own proprietary solutions. On desktop, the situation is still bad. I once tried to send a file between two Windows machines via BT, and it was a horrible user experience. LocalSend (and similar) fix this by implementing cross platform apps and using readily available API’s to share files with few clicks and reasonably high speed between a plethora of devices. I guess, if you don’t have the aforementioned problems, you won’t need LocalSend et al.
especially the fallback 2.0 is notoriously slow and short ranged.
So that’s why my Bluetooth file transferring back in like 2015 was slow as balls! I also assumed it was the devices I had. Lol. Which is weird considering I could have sworn I had also done BT file transfers with other devices previously and it seemed a lot faster. (None of these were Apple devices).
Ap*le’s iOS is well known to ignore BT file sharing capabilities while implementing own proprietary solutions.
Rude.
[Everything else you said]
That makes a lot of sense! Thanks for explaining. :D
You might want to check out Magic Wormhole
The “Warp” flatpak uses it. Might serve as a nice backend for your project!My files got corrupted when I used it, but that was a while ago
I don’t like it being HTTP based and TLS (certificate?), nor I am a fan of flutter and the other 70-ish dependencies (https://github.com/localsend/localsend/blob/main/app/pubspec.yaml).
KDEConnect is great and does way more than file sharing, I’ll stick with that.
Is there a reason I need something more than scp?
Yes, you send files from/to your phone with an app that looks clean and modern
I have an app that does exactly that over scp…
What is that? I am curious because I haven’t seen a competent SCP app for a few years
I just use AndFTP, with SSH. Works fine for local and remote file system navigation. I use it to move files android<->various linux machines at least weekly.
It is good that such app works for you, but from what I’ve seen AndFTP is only available in Google Play store, and with bundled ad in the free version and paid otherwise. In comparison, LocalSend is none of that, and it is available on FDriod as well. LocalSend is also FOSS from protocol to the app through and through, and although SSH technology itself is secure, the security of the client depends. These are all the reasons to answer your question of “I need something more than scp”. I use SSHFS myself too in the case of file backup, but also LocalSend for different scenarios such as “I need this video to be sent to my computer ASAP”. If you are not convinced, feel free to overlook the project, that doesn’t mean the app has zero use case
Why this over Syncthing?
Its more convenient to send just the specific files i need rather than syncing a whole folder. I use syncthing to keep folders in sync between computers and local send to send stuff from my phone to my computer
Syncthing is nice, but Localsend has a more user-friendly interface.