I just had to email me a file I got sent to my phone and I feel unable to accept this as the better solution.

What you do guys use for inter-device communication?

  • Lka1988@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    21
    ·
    1 month ago

    PC to phone:

    • USB cable
    • KDE Connect
    • Nextcloud
    • Syncthing

    PC to PC:

    • USB drive
    • SFTP
    • SSH
    • Nextcloud
    • Syncthing

    Phone to PC:

    • USB cable
    • KDE Connect
    • Nextcloud
    • Syncthing
  • Micromot@piefed.social
    link
    fedilink
    English
    arrow-up
    18
    ·
    1 month ago

    On the same network with device discovery localsend can be a good alternative.

    It works on most devices, even IOS IIRC

  • lemonhead2@lemmy.world
    link
    fedilink
    English
    arrow-up
    17
    ·
    1 month ago
    1. syncthing (file synchronization)
    2. kdeconnect (file transfers, clipboard sharing, presentation remote)
    3. deskflow (keyboard and mouse sharing)
    4. warpinator (one off file sharing)
    5. rsync / scp (one off file copies / backups)
  • black0ut@pawb.social
    link
    fedilink
    English
    arrow-up
    16
    ·
    1 month ago

    For sending files between a phone and a PC, I use KDE Connect.

    For sending files between PCs, I use SSH.

    Both are really simple and lightweight tools that normally come preinstalled, and you can use them with no configuration.

  • terminal@lemmy.ml
    link
    fedilink
    English
    arrow-up
    13
    ·
    1 month ago

    Everyone else mentioned most of what I would suggest.

    One is missing for your original problem. Localsend. Think airdrop but cross platform. Super useful if you have a mix of devices (iOS, android, windows, etc…)

  • voklen@programming.dev
    link
    fedilink
    English
    arrow-up
    8
    ·
    1 month ago

    Syncthing for everything: file transfers, backing up phone photos, synced obsidian vaults, etc.

  • Scrath@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    7
    ·
    1 month ago

    For phone <-> PC I use localsend. If I do PC to PC, possibly even large amounts of files or large files in general I put them on a network drive specifically intended for that purpose

  • stratself@lemdro.id
    link
    fedilink
    English
    arrow-up
    7
    ·
    1 month ago

    Taildrop if you use Tailscale.

    <offtopic> It’d be nice if there’s a Syncthing built into Tailscale or some of the mesh VPN solutions. Taildrop is good but it’s not entire directory sync with proper conflict resolution.

    Surely I can use Syncthing inside Tailscale but 1. I have to depend on their public discoservers, or 2. I have to host and configure the discoserv myself for every client which is tedious to do </offtopic>

    • dieTasse@feddit.org
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 month ago

      In syncthing you can configure ip of a device and you can turn off discovery. You can add devices by id or scanning qr of the id. I have been using that for years since I didn’t want third party servers in the equation…

  • eodur@piefed.social
    link
    fedilink
    English
    arrow-up
    7
    ·
    1 month ago

    Depends on the scenario, but I’ll use KDE Connect, NextCloud, VaultWarden send, or just go old scp.