meme stolen

  • u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.org
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    11 months ago

    Especially the file sharing for me. I was previously using USB cable, but during large transfers it tends to just randomly disconnect (thanks MTP). Over WiFi I get faster transfer speeds and it doesn’t keep disconnecting.

    Although yes, theoretically I could move .tar archive or individual files over WiFi using netcat and Termux, but that’s not the most elegant solution. Also for some reason netcat is somewhat broken on Manjaro. Ok, the issue isn’t with nc. Ok (2) it is netcat. I just added a 2nd layer of issues that made me think it’s not.

    Edit 3: Ok. MAYBE netcat. I can see incoming connection in Wireshark and it sends back TCP RST. Edit 4: Tried with UDP, I can see the received text in Wireshark, netcat drank methanol.

    • gears@sh.itjust.works
      link
      fedilink
      arrow-up
      1
      ·
      11 months ago

      I’ve always used python3 -m http.server to get files from PC->phone.

      For phone -> PC I use a library called droopy.py