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
  • Deckweiss@lemmy.world
    link
    fedilink
    English
    arrow-up
    12
    ·
    edit-2
    23 hours ago

    https://pairdrop.net/

    open source, can be self hosted or you can use the official instance.


    Personally I have been using KDE connect most of the time when I am at home.

    Pairdrop I use more when sharing with other people across the internet.

    • vext01@lemmy.sdf.orgOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      18 hours ago

      pairdrop

      I like this a lot.

      A question. Docs say:

      Your files are sent using WebRTC, encrypting them in transit. Still you have to trust the PairDrop server. To ensure the connection is secure and there is no MITM there is a plan to make PairDrop zero trust by encrypting the signaling and implementing a verification process. See issue #180 to keep updated.

      Does this mean if you self-host on your LAN for personal use without https, then nothing is encrypted, or does WebRTC negotiate its own crypto?