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?

  • Akip@piefed.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    3 months ago

    USB Stick and USB wire?

    no need to fiddle with an app, nothing to configure, no updates, works even with relatively big file sizes, surprisingly fast?

  • sznowicki@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    3 months ago

    I use a mix of few things

    • kapus.app for starters where a device is completely new and I need to pass some secrets like login to Nextcloud to get keepass or something
    • Nextcloud - documents that I rarely access. Some bigger files
    • syncthing - for often access files like main keepass. Home server acts as a de-facto hub.
    • quick share for an airdrop replacement
    • if quick share is not working for some reason I also have a private channel on matrix where I can share some stuff quickly as-hoc
  • eodur@piefed.social
    link
    fedilink
    English
    arrow-up
    0
    ·
    3 months ago

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

  • kokomo@reddit.kokomo.cloud
    link
    fedilink
    English
    arrow-up
    0
    ·
    3 months ago

    Honestly, syncthing, croc, vaultwarden send, Send (fork of firefox’s send before they discontinued it, still works), Privatebin, etc.

  • talkingpumpkin@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    3 months ago

    For files I use syncthing (also for music/photos/notes/etc… syncing files is IMHO the way to go wherever applicable).

    For sending links to my PC (eg. articles linked from podcasts’ notes) I used to rely on firefox sync, but I’m starting to distance myself from Mozilla so I am gonna experiment with wallabang.

    For sending small notes to myself (stuff that I want to sort or act upon when I get to my PC), I’m using signal’s “note to self” but I’m investigating alternatives because signal doesn’t mark such messages as unread and so sometimes I forget I’ve sent some.

    • mnemonicmonkeys@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      0
      ·
      3 months ago

      Yep. For folders where I want access quick access to everything in the folder, SyncThing is best.

      Starting to dabble with KDE Connect for one-off file transfers where SyncThing is overkill

  • thanksforallthefish@literature.cafe
    link
    fedilink
    English
    arrow-up
    0
    ·
    3 months ago

    I have sftp setup on my 2 main PCs and a client on my phone (it’s not a server). For the rest of the family who have dual Mint/Windows boots I also have warpinator installed on mine and theirs - it’s point to point for the enrolled devices but is currently only setup to work within the LAN.

    https://warpinator.net/

    Primary filesharing is simply the NAS which is visible to all devices on the LAN (can be made available externally but I haven’t). This is a recent addition and no one uses warpinator any more.

    Edit to clarify I don’t have sftp server on phone

    • Ekky@sopuli.xyz
      link
      fedilink
      English
      arrow-up
      0
      ·
      3 months ago

      Might want to boot up warpinator myself, but from their website:

      #Winpinator for Windows PC​

      For Windows users, this software is readily available for the Windows platform, allowing easy installation of both 32-bit and 64-bit versions. It facilitates seamless file and folder sharing between Microsoft Windows and Linux via LAN.

      It seems like there might be a slight error in your question. It’s possible that you’re referring to “WinZip” instead of “Winpinator.” WinZip is a popular file compression and archive utility for Windows. If you’re looking for information on WinZip, you can visit the official WinZip website to download and learn more about the application: WinZip Official Website.

      ???

  • darklamer@feddit.org
    link
    fedilink
    English
    arrow-up
    0
    ·
    3 months ago

    I always have SSH everywhere on everything and I could never understand why anyone ever would want to make it more complicated than that.

    • hirihit640@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      0
      ·
      3 months ago

      Most people probably don’t care but it can be a security risk, allowing malware to move “laterally” between all your devices. For my main devices I don’t give them SSH access to each other, but I do give them SSH access to my secondary devices (like a Pi-Hole)

      • darklamer@feddit.org
        link
        fedilink
        English
        arrow-up
        0
        ·
        3 months ago

        […] it can be a security risk, allowing malware to move “laterally” between all your devices.

        Unless you do something incredibly stupid, such as allowing keyless login or sharing keys (or having unencrypted keys or keys without a passphrase, seriously), I find it hard to see how that would actually happen in practice.

        • hirihit640@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          0
          ·
          3 months ago

          Even if you have a password for your ssh key, malware on your system can just wait until you enter the password.

          My point is that SSH access is very powerful, and effectively means that the security of the SSH server is reduced to the security of the SSH client. If your SSH client is pwned, so is your server. If you have 10 devices each with ssh access to each other, then if any one device is pwned, all devices are pwned as well.

          This is not the case for systems designed for file sharing only. For example with syncthing, if one device gets pwned, all it can do is send files to the other devices.

          • darklamer@feddit.org
            link
            fedilink
            English
            arrow-up
            0
            ·
            3 months ago

            Even if you have a password for your ssh key, malware on your system can just wait until you enter the password.

            Sure, it’s just that from my point-of-view I’d be toast anyway if anyone managed to gain that level of access.

  • fozid@feddit.uk
    link
    fedilink
    English
    arrow-up
    0
    ·
    3 months ago

    I use Bluetooth. Or if a device doesn’t have it, I will drop it into my server with scp or filebrowser.

  • black0ut@pawb.social
    link
    fedilink
    English
    arrow-up
    0
    ·
    3 months 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
    0
    ·
    3 months 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…)