Live data from Hacker News

How to copy a file between devices? (2022)

grdw.nl

301–310 of 354 posts

Re: How to copy a file between devices? (2022)

#301

For this I created a public Backblaze bucket, created a lifecycle rule that deletes files after 7 days, created an application key with write privileges but not read ones, then wrote a script that uploads an arbitrary file under a random name so only people with the name will be able to download or overwrite it. The best part is that the file is available under an HTTP direct link, not behind an obscure webpage with…

How can you be sure the underlying storage provider actually deleted the file?

Re: How to copy a file between devices? (2022)

#302
post #301

For this I created a public Backblaze bucket, created a lifecycle rule that deletes files after 7 days, created an application key with write privileges but not read ones, then wrote a script that uploads an arbitrary file under a random name so only people with the name will be able to download or overwrite it. The best part is that the file is available under an HTTP direct link, not behind an obscure webpage with…

How can you be sure the underlying storage provider actually deleted the file?

You hack them but even that isn't foolproof...

Re: How to copy a file between devices? (2022)

#303

I was forced to go digging for a solution that supported Mac, iOS, Android and Windows. Localsend is available through the app stores and on github. I haven't had much occasion to use it yet, but here's another to add to your lists: https://github.com/localsend/localsend

I'm also a big fan of LocalSend! I've tried several tools in the category of "easy cross-platform file/text sharing over LAN," and LocalSend really stood out as the most polished option.

Re: How to copy a file between devices? (2022)

#304
post #260
post #205

Earlier quoted context omitted.

Yes, this is killing me. I have a colleague that told me "on iPhones I can super easily share files to someone else", and I'm like "20 years ago sharing files across devices was a non-issue, because we had STANDARDS (ok maybe 17-18 years ago rather). Sharing files wasn't considered a feature worth mentioning because every phone supported this out of the box (well not exactly, so the feature was having Bluetooth). Tec…

Is bluetooth not usable anymore?

The average file's size largely increased, bluetooth speed didn't (maybe *=2 with EDR)

Re: How to copy a file between devices? (2022)

#306
post #203

Earlier quoted context omitted.

> Writing code is fun, but I can't find much of a downside with Bluetooth here. Yesterday my son needed to transfer a video file from his Android phone to his school iPad. We tried Bluetooth, but it simply kept failing, no matter what we tried. The devices saw each other and could be paired, but file transfer didn't work at all. We tried sending the same video file to another Android phone, and it just worked on firs…

Give those options a try: - https://www.sharedrop.io/ - https://webwormhole.io/ - https://snapdrop.net/ - https://perguth.de/peertransfer/ - https://pairdrop.net/

Adding my favorite

- https://justbeamit.com

Re: How to copy a file between devices? (2022)

#307

Isn’t https://wormhole.app/ the solution here? Note I haven’t used it, it’s just often brought up here as a good solution for this class of problem. Is it surprising that the author mentions a ton of solutions but not this one? I would think a deep dive of file sending applications would include this, it’s old enough and well known enough in circles that its exclusion in a comparison of file sending approaches does f…

Here is a list of open source options. This isn't the first time I have shared this on here either. Perhaps this is another sign that web search is failing us. SnapDrop - Site: https://snapdrop.net/ - Source: https://github.com/RobinLinus/snapdrop ShareDrop - Site: https://www.sharedrop.io/ - Source: https://github.com/szimek/sharedrop FilePizza - Site: https://file.pizza/ - Source: https://github.com/kern/filepizza…

Adding my favorite as it has worked more reliably than these for me

JustBeamIt

- Site: https://justbeamit.com

- Source: https://github.com/justbeamit/beam

Re: How to copy a file between devices? (2022)

#308
post #288

Earlier quoted context omitted.

>Bluetooth file transfer is not accessible enough for non-technical people? It's incredibly difficult. Do you have any idea how "non-technical" these "non-technical" people are? I know people that use phone every day to make calls as send messages, take photos, browse Facebook, read emails and they could not send an email with a file attachment to save their life. Asking that kind of person to: 1. Enable Bluetooth an…

lol. You elongated this by assuming Bluetooth is disabled on both devices, which is not the default state on any OS I am aware of. The actual step list looks like this: 1. Enable Bluetooth discoverability on the target device. 2. Share file over Bluetooth on source device. 3. Accept the file transfer on target device. You don't need to add extra steps for things like "wait", that's the same for any kind of I/O operat…

>which is not the default state on any OS Irrelevant. It could be intentionally or accidentally disabled by the user.

I don't know why you are so annoyed, but I know for a fact that average non-technical person is incapable of sharing files over Bluetooth on their own, and this probability of incapacity increases with age.

Re: How to copy a file between devices? (2022)

#309
I like peer to peer solutions such as Tailscale.

Taildrop suits some cases, but the UI is poor (sudo taildrop get etc), and there are many use cases where taildrop is not useful or impossible.

You could have a Tailscale serve where all devices could add to and remove from it. A bit like a mini webserver.

Re: How to copy a file between devices? (2022)

#310
post #132

Bluetooth file transfer is not accessible enough for non-technical people? I mean I guess you have to mark the device you want to send to as "discoverable". If anything the real problem is that it's not very fast, but that's only an issue if you are sending particularly large files. This is still often my go-to solution aside from Tailscale's Taildrop feature.

>Bluetooth file transfer is not accessible enough for non-technical people? It's incredibly difficult. Do you have any idea how "non-technical" these "non-technical" people are? I know people that use phone every day to make calls as send messages, take photos, browse Facebook, read emails and they could not send an email with a file attachment to save their life. Asking that kind of person to: 1. Enable Bluetooth an…

You often don't need to pair to send files. I just did it on Android sending to Win 11.

Receiver steps:

1. Double-click bluetooth taskbar icon

2. "Send or receive files via Bluetooth

3. Receive files then wait for sender & transfer

4. Choose location to put the files

Sender steps:

1. Choose file

2. Press Share

3. Choose Bluetooth

4. Choose target device

Four steps on both sides. Slow for a few MB photo though.

Post reply on HN