this post was submitted on 12 Feb 2024
80 points (93.5% liked)

Technology

58133 readers
4050 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 content.
  3. Be excellent to each another!
  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, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year 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
[–] [email protected] 16 points 7 months 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.

[–] [email protected] 2 points 7 months ago

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

[–] [email protected] 11 points 7 months 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/

[–] [email protected] 3 points 7 months 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.

[–] [email protected] 2 points 7 months ago (1 children)

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

[–] [email protected] 3 points 7 months ago (1 children)

Another reason to use Firefox?

[–] [email protected] 0 points 7 months ago

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

[–] [email protected] 11 points 7 months 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.

[–] [email protected] 7 points 7 months ago

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

[–] [email protected] 3 points 7 months ago* (last edited 7 months 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.

[–] [email protected] 5 points 7 months 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.

[–] [email protected] 6 points 7 months ago (1 children)

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

[–] [email protected] 3 points 7 months ago (1 children)

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

[–] [email protected] 2 points 7 months 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.

[–] [email protected] -1 points 7 months ago* (last edited 7 months 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.

[–] [email protected] -1 points 7 months ago

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

[–] [email protected] 3 points 7 months ago (1 children)
[–] [email protected] 2 points 7 months ago (1 children)

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

[–] [email protected] 2 points 7 months 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.

[–] [email protected] 2 points 7 months ago

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

[–] [email protected] 1 points 7 months ago

Use Syncthing.

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

[–] [email protected] 3 points 7 months 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?

[–] [email protected] 5 points 7 months 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.

[–] [email protected] 2 points 7 months 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.

[–] [email protected] 2 points 7 months 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.

[–] [email protected] 1 points 7 months ago

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