• @jws_shadotak
      link
      English
      139 months ago

      Syncthing is absolutely amazing. I set up my documents folder to sync to my phone and I’ve used it so many times recently because I’m in the middle of a move. I have it all portable - don’t have to set up my desktop to send a file to someone.

    • @[email protected]
      link
      fedilink
      99 months ago

      I love Syncthing but that initial setup can be a pain. Sometimes you need something quick for a one-off transfer.

      I was hoping this would fill that hole, but this still requires a decent amount of setup. Warpinator is still king in this case imo.

    • ggppjj
      link
      fedilink
      19 months ago

      Now if the dev of SyncTrayzor could find and resolve the bug with its tooltips staying up in the top left of the screen I’ll be set for life with syncing.

  • @[email protected]
    link
    fedilink
    3
    edit-2
    9 months ago

    Ah, this is really more of using HTTP to transfer files. I do something similar with the default python web server module to transfer files in a pinch but this also implements the post/put part of the transfer with some nice buttons (instead of me straight up curl’ing the files to my desktop via the running http server).