• utopiah@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    1 day ago

    KDE connect for me works very well. I even use it on my VR headset to share video recordings to my desktop then upload on my video server, really nice workflow.

  • smeg@feddit.uk
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 day ago

    I rarely need to do it but what’s wrong with just plugging in a cable?

  • dil@lemmy.zip
    link
    fedilink
    arrow-up
    0
    ·
    2 days ago

    I think the easiest way is sftp over tailscale, works over any distance, easy enough to setup, plenty of apps, ish for an iphoneterminal apk add openssh (idk how to dload there but you should be able to, can convert files locally using ffmpeg off an iphone, pretty great), termius/termix/neoserver for a more “modern” way to connect into the terminal and sftp. I prefer apps with a terminal jic I need to use it to convert something real quick on my pc.

    • LiveLM@lemmy.zip
      link
      fedilink
      English
      arrow-up
      0
      ·
      2 days ago

      PSA: For any folks that have used snapdrop.net before, switch to this one ⤴️
      The old URL got bought by Limewire NFT company and they started sending all files through their sketchy ass service. Pairdrop remains peer to peer.

  • Korhaka@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    0
    ·
    3 days ago

    I don’t want an app to send files, I want to be able to rsync files to my phone like a normal computer.

    I have data I want backed up so an rsync script sends it to a few different devices to keep multiple copies. I don’t want to manually drag/drop files for that, I just want my script to take care of it.

    • monovergent 🛠️@lemmy.ml
      link
      fedilink
      arrow-up
      0
      ·
      2 days ago

      It’s really tragic and inelegant how we have to jump through hoops and bounce files around a wireless network when the USB cable is just sitting right there. What I had to do since rsync doesn’t work with mtp file paths was to install android-file-transfer and run the following with my phone connected via USB, but not already mounted by the file manager:

      aft-mtp-mount /path/to/mount/point
      rsync -a --progress --exclude 'Android/' '/path/to/mount/point/Internal shared storage/' '/path/to/backup/'
      

      You can also omit the --exclude 'Android/' part as needed, I just didn’t want to copy over the quintillion tiny files under that directory.

      • Korhaka@sopuli.xyz
        link
        fedilink
        English
        arrow-up
        0
        ·
        edit-2
        2 days ago

        I would be sending files to the Android device, using it as a location to backup “important” data. Mostly Factorio saves.

        Plugging in for that is impractical given its already on the same LAN.

        • bonegakrejg@lemmy.ml
          link
          fedilink
          arrow-up
          0
          ·
          2 days ago

          Its basically a Linux terminal for your phone that can run rsync, so it should work both ways.

        • LiveLM@lemmy.zip
          link
          fedilink
          English
          arrow-up
          0
          ·
          2 days ago

          You can run a SSH server on Termux, so yes, no reason you couldn’t.
          Though given how aggressive background app management has gotten on Android, you’ll likely have to use the ‘Wakelock’ function which will keep a permanent notification on your status bar, and even then Termux might still not survive depending just how aggressive your OEM/ROM is.

  • irotsoma@lemmy.blahaj.zone
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    3 days ago

    I had a lot of trouble with keeping the connections stable and having to reatart services with both KDEConnect and Warpinator, but LocalSend has been perfect every time. I’m using a Fedora laptop with a Pixel 7 Pro running GrapheneOS.

    • Leaflet@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      3 days ago

      The only issue I’ve had with LocalSend is that it’s a bit buggy on iOS. If you leave the app open in the background and go back to it, it won’t be able to receive files. I have to force quit it and open it again to fix it.

  • The_Grinch [he/him]@hexbear.net
    link
    fedilink
    English
    arrow-up
    0
    ·
    3 days ago

    I believe in the conspiracy theory that the reason connecting devices directly to each other anymore without doing a bunch of backflips through third parties is more or less intentional. If you could send a file to your friend sitting right next to you with some sort of wifi-direct or bluetooth or even just via usb-C cable that is seamless and actually works, it would impact every web service from facebook to onedrive. You also have a chilling effect on what kinds of data you’re going to share as well.

    That said, tailscale is the ticket for me. The client is BSD licensed, and there exists a self-hostable server which is floss (headscale). Works like airdrop but better.

    • hobbsc@lemmy.sdf.org
      link
      fedilink
      English
      arrow-up
      0
      ·
      2 days ago

      I think it’s probably less about restricting what you send and more about either making you use their cloud services so the data can be mined or a lack of desire to provide support for issues with local transfer.

      either way, I believe it’s intentional as well.

    • Scrath@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      3 days ago

      I miss the bluetooth option for sharing files :(

      It’s rare that I actually want to use it and it was never anywhere near fast but it was a nice thing to have in my opinion and I am disappointed that it was removed

      Edit: Nevermind, it’s still there. Maybe I was blind the last couple of times I looked for it

  • tuna@discuss.tchncs.de
    link
    fedilink
    arrow-up
    0
    ·
    3 days ago

    I’ve using localsend and it’s great :)

    I would normally use KDE Connect (iOS version) but I had some issues with it. The push local clipboard didn’t work, and I think receiving files to my phone didn’t work either. It also had a hard time reconnecting to my computer after pairing. It might be better now though, this was several months ago.

  • I’ve used all of these except packet and localsend.

    Warpinator: your firewall is closed open it. It’s a fine app, insecure mode is a bit like airdrop for Apple devices, send files to any unsecured warpinator instance on your network.

    KDE connect: calling this a file transfer app is like calling a Corvette a radio. Like, yeah it does that but that’s not the point. If ALL you want is file transfer, there are smaller apps. S’good shit though, check it out.

    Syncthing: idk maybe I’m dumb but I didn’t get it. Felt like it was for backups, could never access my files on the destination device after transfers despite verification that they are in fact where I put them. Maybe a weird permissions issue?

    • JustEnoughDucks@feddit.nl
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      3 days ago

      Localsend is absolutely my go-to. It is awesome.

      iOS, computer, android, whatever, it just always works and is fast and everything is extremely user friendly.

      I essentially stopped using kdeconnect except for its automatic clipboard and notifications.

      Syncthing is a bit more complicated to set up, but that is what I use for “file sync” which in my view is different than file sharing which is different than file hosting like next/owncloud.

    • Red_sun_in_the_sky [any]@hexbear.net
      link
      fedilink
      English
      arrow-up
      0
      ·
      3 days ago

      Syncthing is for making backups from a source and keep copies in several devices. Its very solid to send large files. It syncs any changes to files in the source to the backup locations.

        • Red_sun_in_the_sky [any]@hexbear.net
          link
          fedilink
          English
          arrow-up
          0
          ·
          3 days ago

          No its pretty good for both. You can transfer large files pretty well without any break. I don’t know what your grievance is. It is solid for file transfer.

          • I think my grievance is in how “do it for me” I expected the app to be. Setup was simple enough, syncing files seemed to work fine. Sharing files between users I never figured out, and is why I got the application in the first place.

            I guess when I hear file transfer, I assume that interuser transfers should be just as easy as system to system transfers.

            I think I expected the app to do things it isn’t for, easier than it does. Tbh I can’t exactly remember, as I found it near the beginning of my selfhosting journey and my mind was swimming with new information at the time. It’s possible I’m just a big dummy 😅

  • eldavi@lemmy.ml
    link
    fedilink
    English
    arrow-up
    0
    ·
    3 days ago

    It’s bizarre that you have to go through such lengths to do it w native Linux also like scp or rsync; they’re both Linux!!!

    • Android run on top of Linux. Once upon a time it was a Java VM sitting on a Linux kernel, it’s roots are still there though it’s blown up quite a bit since then.

      It’s not entirely incorrect to say Linux is somewhere between a bootloader and a bios for Android.

      • eldavi@lemmy.ml
        link
        fedilink
        English
        arrow-up
        0
        ·
        3 days ago

        I’m aware and I HATE it since you have to root it just to use scp/rsync effectively.