* I have a file on a device I own.
* I wish to send it to another device.
* I send it.
On Windows, it is still regularly true that the easiest way to send X from one laptop to another one, FIVE FEET AWAY, is via Dropbox or Gmail.
This was technically easy twenty years ago. It's a concrete proof that collective action problems are alive and well in software.
You're right it's still not yet widely adopted and is less mature than Airdrop.
I think so many attacks on CIFS occurred ~ 2000-2015 that local sharing was locked down into oblivion.
That sounds great, but after reading this...
> you can share over Wi-Fi if the Windows 10/11 PC you’re sharing to is connected to the same private Wi-Fi network. Otherwise, *you can share over Bluetooth.* (emphasis mine)
Bluetooth file sharing is one of the most frustrating, painfully slow experiences (on Windows, at least), to date. It frequently randomly disconnects, all while taking hours to transfer small files. Nobody ever uses this, or if they do, they don't want to.
I'm surprised file sharing is so bad when so many breakthroughs have been made in Bluetooth, and wireless networking tech in general. It seems wrong that we're now on WiFi 6E, and this is still a thing.
P.S. Is the protocol for Nearby Sharing public? It would be a great shame to lock this behind Windows -- it could be a very good solution in the end.
AirDrop, syncing stuff, backups, auto adjust volume for headphones, no screen flicker on startup, trackpad that freaking works, etc.
When I use Windows, I feel like a committee decided something over a long period of time, and it is as convoluted and painful as the many decision makers could make it.
The last time I had to do this between two Android devices I just used wifi direct and it worked flawlessly. And yet Apple doesn't support WiFi direct? I can't explain Windows, but the fact that iOS won't interoperate with Android seems like an intentional choice by Apple to make their customers' lives harder.
Other than that, there's so many ways to send files that it's hard to pick one as an obvious "best" way to go. However, for something that is reasonably versatile and noob friendly, I pick Wormhole.app. Anything with a modern web browser can use Wormhole.app just fine. I can't speak to how much good its 'end-to-end encryption' is, but it does seem like it mixes some of the best of all worlds for point-to-point file sharing, allowing direct connections but also allowing temporary storage in the someone-else's-computer too.
Of course, will Wormhole.app be around in 10 years? Dunno. I also frequently use Tailscale, rsync, SMB shares, etc. for different purposes. Of course this is only fair as sometimes I'm sending files for different reasons, and I would never use Airdrop to do all of those things, so it's not like it's fair to say the fact that I don't use one solution is an indication that there is some big failure.
Airdrop is indeed convenient, but it being hard to audit does make me a little nervous about stuff like that. There's a lot of reason to be at least a little cautious[1]. Of course, there's no single alternative that is installed by default, has a better track record and more auditability, so I think it's hard to just say that this nullifies any benefits of Airdrop.
It is indeed a bit madness that there are so many options and none of them are the "obvious" right way to go. I think this is a problem that can and will be solved eventually though. Miracast is slowly solving the problem of having a "remote" display as I effortlessly can cast my Linux desktop to a random Samsung TV just by being in close proximity; We basically need a lot of parties to agree to something like that but for point-to-point file sharing.
It's probable that security concerns, though, are indeed one of the main reasons why this continues to be difficult.
[1]: https://www.cnn.com/2024/01/12/tech/china-apple-airdrop-user...
FTP was created 52 years ago. SFTP[0] Has been around for nearly 30. The latter is usually how I transfer files between two machines that I can connect to each other.
[0] https://en.wikipedia.org/wiki/SSH_File_Transfer_Protocol
The other day I figured out my last problem with it: My phone was coupled with my laptop and desktop computer, but desktop and laptop were not coupled to each other. This lead to awkward behaviour, when all three devices were turned on. For one reason or another I never thought about changing that, but coupling desktop and laptop fixed all problems I had occasionally with kdeconnect.
For SyncThing-Fork has better options for controlling syncing based on network, battery level, etc.
If you meant more freely aharing than that: apologies, misunderstood. But isn't that the problem Dropbox solved?
I've been this close to building my own version of something like this, multiple times over (and actually built a browser-based one as a way to learn .net core when that first started), because - like I said - it's a really handy utility.
But I could only justify paying for something premium, like wide area sharing or torrent-like sharing for faster and resumable transfers. To get a file from one device to another can be cumbersome, for sure. But a cable and and an adapter would cost less than your solution, and have benefits (and drawbacks!) of its own. So I just couldn't figure a subscription* for something that, in the worst case, is a tedious pain to set up myself and in the most practical case is replaced by a simple, if cumbersome, process. Maybe others are doing different calculus on this (everyone has their own threshold for 'too much hassle' or 'not accessible enough'), but it's a pass from me without free local sharing.
*not sure what's 'free updates for a year' would mean other than "you will need to pay another $19, to continue receiving updates" which is a subscription, by my definition.
Compare this to something like Magnet, which is great software that I use almost every time I turn on my wife’s MacBook and costs $2. Once.
My guess is the people who made Magnet just aren’t getting rich off of it, but maybe we shouldn’t expect to get wildly rich from making a useful utility.
Phone OSes aren't nearly as well-optimized for backwards compatibility. Speaking as someone who works in this field, your phone app is almost never "done." Once you hit publish, you're signing up to continue providing updates for the life of the product. I've got binaries from the 90's that will run on Windows 11, no issues. But apps? Forget it, we just had to publish an update to a racing application for Android for literally no other reason than the binary was old and google said so, or we'd lose our Play store listing until we did.
And in the process of doing that, while changing basically nothing you actually use as a user of that app, we had to update several permissions-seeking dialogs to be compatible with newer versions of Android, along with some changes to how we share files. You might notice the second one if you look hard. That took one of our developers about 4 days of work, and a fair amount of testing after that.
Like, you can hate the game, I certainly do, but the way both Apple and Google go about arbitrarily changing and updating the OS, you just have to update your apps, which takes labor and time. And we have no mechanism to gate updates behind price tags. So like, I get the frustration, I really do and I share it a lot of the time. But I also understand the economics at play here and I won't ask someone to work for free for me.
For something like a single platform utility, the burden is relatively low because the number of things that can break is bounded (as long as public APIs are used, private API usage is another matter). With a Mac app like Magnet there’s one time each year chance of breakages occurring is high (new OS release), which devs are given several months ahead of time to find and fix.
Multiplatform apps obviously multiply that burden, with some platforms being more problematic than others — e.g. Android phones sometimes have weird per-device-model quirks that apps need to work around, which is not something one typically sees on Windows PCs, iPhones, or Macs.
Anything with an online/server component unavoidably needs to be babysat to keep running and secure, and the more functional that component is and the more surface it has exposed the more vigilant one needs to be. There’s also hosting costs, which can be quite high in the case of an independent dev who relies on cloud services to make up for lack of resources.
Which is all to say that it makes sense that a Mac-only tiny utility could more sustainably be a cheap one time purchase than many other types of project could be.
Subscriptions for desktop software sucks; but I can deal with yearly licenses .. assuming the app is maintained, you have a chance to actively consider the value you're getting before renewal. A subscription feels far more passive.
I also love KDE Connect; the clipboard sharing is so unobtrusive it feels almost magical. It takes less effort to copy and paste across my devices than it does between only Emacs and Vi on my desktop!
It seems to be not yet possible to share entire folders with KDE Connect, so I use Syncthing for that, which is also polished in its own, somewhat different way (more technical to use but optimised for large amounts of data).
KDE Connect expects you to mount the phone's directory to transfer folders, a decision I will never understand. You can use globbing to send every file in a folder though.
Airdrop is fast and works by physical proximity. You don't need to be in the same wifi, just near each other. That's what makes it so useful, otherwise I could just use a cloud solutions as I usually have internet access when I'm in a wifi.
It feels like very often when I see a Show HN project, the HN comments point out some critical missing feature.
>Both devices need to be on the same WiFi network or Hot Spot to be able to see each other.
> Why not use Android file transfer?
> Android File Transfer is Google's tool for transferring files from your Android to your desktop.
> The tool has not been updated in a long time and feels dated.
> Also, it is 2022 and the future is wireless.
It's not 2022 anymore, and Google just released an update to their Nearby share called Quick share. Or rather, they're adopting Samsung's Quick share.
https://www.cnet.com/tech/mobile/google-is-adding-samsungs-q...
They also have a Nearby Share app for Windows that lets you use Nearby Share on Windows. Would be nice if there was a Linux version.
It's critical that the photos (thousands of them) keep their original EXIF data and filesystem dates, and the methods I've found to get them onto my Mac don't accomplish this.
Thanks for any advice!
That said, I have used it at times to "transfer" a single file that I copy paste elsewhere and then delete from the sync folder. Sorry Syncthing devs..
Who in there right mind would pay for this?
https://arstechnica.com/gadgets/2024/01/apple-hits-all-time-...
Over that, filetransfer.io.
(And somehow the author made it to front page but is not here to discuss his app as would be also be expected for a "Show HN" post)
Also, what happens once 1 year is up? Any upgrade discounts? Is old version still downloadable?
Anyway, good job, I was in need of something like this recently and used LocalSend https://github.com/localsend/localsend , any notable differences between it and you app?
Please stop claiming to be an "AirDrop for Android" if you can't implement this.
Also Samsung's QuickShare and Google's NearbyShare not only have gotten a lot better but are merging together and being incorporated into Windows and elsewhere
Why would I trust Ubidrop more than I trust messengers?
Linux (seems currently maintained) https://github.com/seemoo-lab/opendrop
Android (discontinued January 2023, may have compatibility issues, but still, actually compatible with AirDrop) https://github.com/MoKee/android_packages_apps_WarpShare
If possible I wanted to actually mount the device as a drive. I stumbled upon sshfs-win[0] which mounts sftp shares as drives. Couple that with prim-ftpd[1] and voilà: android mounts as a drive. Tailscale[2] can also make it fairly lan-independent.
Primitive ftpd supposedly starts on boot and keeps running but I found it stopping inconsistently at times, requiring a restart. Still, I'm quite satisfied. I suppose dav could work as well, but no apps popped up on fdroid.
[0] https://github.com/winfsp/sshfs-win
Gotta admit, got me to check the calendar. Though can confirm 2024 is more wireless than 2022.
The pricing here doesn't make any sense nor justify paying for over free alternatives.
1. https://www.androidauthority.com/google-nearby-share-renamed...
https://github.com/grishka/NearDrop
The most annoying thing is you can't share clipboard text easily, only files or links. Does Ubidrop address that?