I’m running OpenSUSE leap 15.5, When I was on the linux mint, I was using warpinator but using it on openSUSE is troublesome and I wish there was a linux version of blip but unfortunately there is not.

    • rotopenguin@infosec.pub
      link
      fedilink
      English
      arrow-up
      0
      ·
      13 days ago

      Does it support “sending a file larger than 2 gigs, without mysteriously deleting it at the end, but if you manage to sneak a hardlink to the file while it’s transferring then it’s okay”?

    • Fonzie!@ttrpg.network
      link
      fedilink
      arrow-up
      0
      ·
      13 days ago

      Nah it doesn’t. It works great on Debian KDE and my Android phone. It does not work on Mint Cinnamon and my Android phone.

    • WereCat@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      12 days ago

      Is there a way for KDE connect to connect PC with phone if phone is on WiFi and PC on LAN going trough different router in the same network?

      • tuxed@sh.itjust.works
        link
        fedilink
        arrow-up
        0
        ·
        8 days ago

        Wont go inte networking, but assuming networking works between them you can manually specify an IP in the mobile app:

        Add a device -> three dots in top right -> add devices by IP.

        Bonus: This also works over tailscale and similar apps, making it so you can have an always on connection despite not being home.

    • nerdschleife@lemm.ee
      link
      fedilink
      English
      arrow-up
      0
      ·
      14 days ago

      This just stops working on either my Linux laptop or my phone randomly. I’ll need to kill the process and restart it Does anyone know how I can fix this? Battery optimisations are turned off on the phone.

      • themoonisacheese@sh.itjust.works
        link
        fedilink
        arrow-up
        0
        ·
        13 days ago

        If you turned off battery optimisations globally, it might still kill it. You specifically have to go into app options and allow it to be always on, as well as allowing all it’s notifications

        • nerdschleife@lemm.ee
          link
          fedilink
          English
          arrow-up
          0
          ·
          13 days ago

          Sorry, I meant optimisations for KDE Connect in particular. It has a persistent notification enabled as well.

    • someacnt_@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      14 days ago

      KDE Connect to my iPad just stopped working for me a few months ago. Do you know of any possible reasons?

      • suny@literature.cafe
        link
        fedilink
        arrow-up
        0
        ·
        14 days ago

        could be something fucked with your network settings or ports. if you have 2.4 and 5ghz modes try connecting your ipad to the mode different from the one used by your pc, works for me and I still have no idea why

        • someacnt_@lemmy.world
          link
          fedilink
          arrow-up
          0
          ·
          edit-2
          14 days ago

          Doesn’t seem to work… Whenever I send a file from my ipad,

          1. KDE Connect simply stops connecting correctly.
          2. GSConnect keeps connection, but the file always fail to send.
    • boatswain@infosec.pub
      link
      fedilink
      arrow-up
      0
      ·
      14 days ago

      I love Localsend because it’s gloriously simple: Does exactly what you want, and nothing more. I haven’t used KDE Contact; what else does it add in?

      • ReallyZen@lemmy.ml
        link
        fedilink
        arrow-up
        0
        ·
        edit-2
        14 days ago

        " KdeConnect": Notifications, messages, clioboard sharing, link sharing, remote control of your pointing.device, keyboard, command inputs on computer… When it works it’s great, but it is hit-and-miss between distros and updates catching up.

        • Absolutely love the ability to share links from my android and have them open automagically on my linux HTPC. Also made a command shortcut for my laptop so I can unlock it from my android. Really versatile

  • Simon Weiss@lemmy.ml
    link
    fedilink
    English
    arrow-up
    0
    ·
    14 days ago

    If by wirelessly you mean via Wi-Fi network then one convenient option is qrcp. It generates a QR-code right in your terminal, which you can scan with a phone and send/receive files through a web interface on the URL it provides.

    If you want to transfer files regularly, there is another option. Almost every distro has Python installed, and the Python has a “built-in” FTP server. You need to just cd into desired directory and run the command python -m pyftpdlib -w. It will open a FTP server with root in this directory. You then can access it through a file manager, like Material Files for example, and send files and folders back and forth. In Material Files you can save the server address for future use.

      • refalo@programming.dev
        link
        fedilink
        arrow-up
        0
        ·
        edit-2
        13 days ago

        I used to love it until I started having so many problems, and with zero support I had to give up.

    • rotopenguin@infosec.pub
      link
      fedilink
      English
      arrow-up
      0
      ·
      13 days ago

      KDE connect is a large suite of some good, some half-baked, and some just plain scary remote tools.

      I’m liking LocalSend for the occasional “I want some files/pictures/text to go from here to there”.

  • uzay@infosec.pub
    link
    fedilink
    arrow-up
    0
    ·
    14 days ago

    If you want just a replacement for Warpinator, LocalSend is definitely the way to go. I used Warpinator before, and LocalSend is just an overall better version of the same thing imo. Finds other devices instantly, can also send text in addition to files and folders, and is available across platforms.

  • Thomas@discuss.tchncs.de
    link
    fedilink
    arrow-up
    0
    ·
    13 days ago

    KDE Connect has been mentioned before. You can supplement this and other tools by using a VPN so that both endpoints can see each other even if the underlying network does not allow this. My preferred solutions are Tailscale (managed, cloud-based) or Headscale (for self-hosting).

  • blashork [she/her]@hexbear.net
    link
    fedilink
    English
    arrow-up
    0
    ·
    13 days ago

    Lot of people mentioning kde connect. I’m going to take a moment to clarify, kde connevts functionality is modular. you need the sshfs package for it to mount the phones filesystem over ssh. Once you’ve done that, it works pretty normally.

  • ScottE@lemm.ee
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    13 days ago

    I use syncthing all over the place for this sort of thing. I have some sync directories that are multi way synced across multiple devices, others that are one-way drop targets to a specific device, others that are for operations like backing up photos. It’s quite excellent with a good sync algorithm that rarely results in conflicts.

  • Cwilliams@beehaw.org
    link
    fedilink
    arrow-up
    0
    ·
    13 days ago

    I’ll throw out another way: to access files from your phone, you can use termux. python -m http.server