this post was submitted on 12 Feb 2024
77 points (93.3% liked)

Technology

74289 readers
5227 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

If you want a easy, reliable and cross-platform way to share files between computers, phones, etc, it may be of your interest.

top 26 comments
sorted by: hot top controversial new old
[–] lemmyreader@lemmy.ml 16 points 2 years ago (1 children)

I like LocalSend, much easier than KDEConnect, and also on F-Droid. But I have to confess that I usually send photos via Signal on mobile to myself and then open Signal app on the desktop to download it.

[–] jol@discuss.tchncs.de 2 points 2 years ago

I even do that with links because syncing tabs between Firefox instances is so unreliable for me.

[–] NeryK@sh.itjust.works 11 points 2 years ago (1 children)

I have been using it for the last ~6 months and found it to be very useful and easy to use. Transferring stuff between Android phones, Windows 10 & 11 PCs and a Steam Deck (i.e. Linux PC) has been a breeze.

[–] Voroxpete@sh.itjust.works 7 points 2 years ago

I installed it and immediately felt like it was one of those apps I'd been waiting for my whole life.

[–] AustralianSimon@lemmy.world 10 points 2 years ago (2 children)

I'd use pairdrop over this so I don't need to install it on all my devices.

https://docs.linuxserver.io/images/docker-pairdrop/

[–] knighthawk0811@lemmy.one 3 points 2 years ago

i prefer pairdrop specifically because there's no install.

however, looks like local send (after install) might work offline as long as they local network is up.

[–] edu4rdshl@lemmy.world 2 points 2 years ago (1 children)

I stopped using pairdrop/snapdrop because it doesn't work on native wayland chrome/chromium due to webrtc.

[–] AustralianSimon@lemmy.world 3 points 2 years ago (1 children)

Another reason to use Firefox?

[–] edu4rdshl@lemmy.world 0 points 2 years ago

It's about webrtc, which the support on Firefox is even more poor.

[–] richmondez@lemmy.world 3 points 2 years ago (1 children)

Seem to be quite a few of these types of apps, I've been using landrop recently, how does this one compare?

[–] anteaters@feddit.de 5 points 2 years ago (2 children)

I have not used Landrop but looking at it from the outside, Landrop is version 0.4 and has received no development for 3 years now. LocalSend is past 1.0 and still in active development. I'd rather use LocalSend then instead of something abandoned before it was deemed complete.

[–] richmondez@lemmy.world 2 points 2 years ago

Thanks, this tends to be functionality I dont need that often but when I do it's frustratingly difficult finding something that doesnt feel like it's going to need me to sign over my soul so it's good to know about other open source solutions.

[–] mrjfilippo@lemmy.ca 2 points 2 years ago

I was using landrop before. Works fine but the GUI was just a bit off, not intuitive enough. That's Localsend's biggest improvement IMO.

[–] noodlejetski@lemm.ee 3 points 2 years ago* (last edited 2 years ago) (2 children)

I kid you not, I was actually looking for a solution like that yesterday! hopefully it'll handle a few tens of gigabytes between my two Linux laptops.

[–] Voroxpete@sh.itjust.works 5 points 2 years ago (3 children)

This is one file at a time. It's designed more for very quick "Oops I need that photo" sort of stuff.

What you want to do is better served by NFS, SMB or SFTP.

[–] zingo@lemmy.ca 6 points 2 years ago (1 children)

Or Syncthing if they want to sync gb's of files between computers.

[–] avidamoeba@lemmy.ca 3 points 2 years ago (1 children)

Synced many terabytes, over WiFi, Ethernet and the Internet with Syncthing. It works for all use cases, large and small.

[–] zingo@lemmy.ca 2 points 2 years ago (1 children)

When we are talking terabytes of data there are faster ways for the initial sync job.

I would just use rsync/sftp/robocopy or similar for that first copy for faster transfers, then setup Syncthing on those shares for delta syncs.

[–] avidamoeba@lemmy.ca -1 points 2 years ago* (last edited 2 years ago) (1 children)

Are you sure those are faster? The only obvious slowdown in Syncthing compared to them is the initial file scan. The file transfer saturates the pipes like any other option. If you meant the file scan overhead, then we're on the same page. ☺️

At the same time Syncthing is ultra resilient and will auto-restart and continue syncing no matter what happens to the network connection or the hosts during transfer without intervention. This is why I stopped using rsync for initial transfers. When the initial transfer would take a week over the Internet, using Syncthing and swallowing the initial scan is nice because you don't need to look after it.

[–] BearOfaTime@lemm.ee -1 points 2 years ago

Yep, with ST I can trust the files will get there. For large folders I just occasionally check on them.

[–] noodlejetski@lemm.ee 3 points 2 years ago (1 children)
[–] Fontasia@feddit.nl 2 points 2 years ago (1 children)

Am I allowed to think it's weird the entire open source community can't compete with SMB?

[–] lemmyreader@lemmy.ml 2 points 2 years ago

SMB is a protocol that can be used with Samba software in Linux since many years, so there is no need to compete I figure. Depending on the use case, I like to use rsync for copying files across.

[–] edu4rdshl@lemmy.world 2 points 2 years ago

It does actually support several files, folders, or anything.

[–] BearOfaTime@lemm.ee 1 points 2 years ago

Use Syncthing.

Works a breeze, does require an install on the devices, but man it just works.

[–] Swemg@lemm.ee 1 points 2 years ago

You also can send the files between a laptop and a phone just by connecting to the phone hotspot. (At least with Linux)