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.

  • Scrath@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    0
    ·
    4 months ago

    I used KDEConnect in the past but ran into issues where somehow media sent to my phone wasn’t saved somehow. Probably some permission issue but I didn’t manage to fix it. Also the windows client only allows selection of one file at a time.

    Recently I’ve tried out LocalSend and found it a much smoother experience.

    • rotopenguin@infosec.pub
      link
      fedilink
      English
      arrow-up
      0
      ·
      4 months 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”?

    • jacab [he/him]@hexbear.net
      link
      fedilink
      English
      arrow-up
      0
      ·
      4 months ago

      also syncthing, if you’d like to synchronize a directory to act like a shared folder and be identical on both devices

  • MrMobius @sh.itjust.works
    link
    fedilink
    arrow-up
    0
    ·
    4 months ago

    Syncthing is great to periodically sync files between Linux and Android. And you could use it as file transfer service for occasional needs if you just share an empty directory.

  • Simon Weiss@lemmy.ml
    link
    fedilink
    English
    arrow-up
    0
    ·
    4 months 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.

  • uzay@infosec.pub
    link
    fedilink
    arrow-up
    0
    ·
    4 months 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.

      • refalo@programming.dev
        link
        fedilink
        arrow-up
        0
        ·
        edit-2
        4 months 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
      ·
      4 months 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”.

  • Thomas@discuss.tchncs.de
    link
    fedilink
    arrow-up
    0
    ·
    4 months 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).