this post was submitted on 30 Jan 2025
110 points (95.8% liked)

Selfhosted

59955 readers
388 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

  4. Don't duplicate the full text of your blog or git here. Just post the link for folks to click.

  5. Submission headline should match the article title.

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Hey,

I was wondering what folks use to quickly send a file or a link between your PC and android phone in a lightweight and self hosted way.

Currently I use syncthing to copy files around, but I'm looking for something more immediate, and quick than doesn't involve searching for folders in a file manager.

Example use case: Send a file from PC to phone. Notification pops up on phone, tap it to access.

(PC runs OpenBSD)

What lightweight software do you guys use?

Stuff I tried so far:

  • syncthing
  • xmpp
  • tox
  • scp and termux.
  • magic wormhole
  • telegram saved messages
you are viewing a single comment's thread
view the rest of the comments
[–] Hawk@lemmynsfw.com 5 points 1 year ago (1 children)

From memory MTP is pretty flaky and quite slow.

ADB push is pretty good but at that stage rsync is just as easy.

Put SSH in the phone and you can do it all from the computer too.

[–] rumba@lemmy.zip 1 points 1 year ago (1 children)

MTP's not bad anymore. It works perfectly well in Windows Linux and Mac these days and is as fast as anything else.

[–] Hawk@lemmynsfw.com 1 points 1 year ago

Oh good to know.

It used to be awful but I'm glad to hear it's improving.