Peer-to-peer file transfers in your browser Cooked up by Alex Kern & Neeraj Baid while eating Sliver @ UC Berkeley.

Using WebRTC, FilePizza eliminates the initial upload step required by other web-based file sharing services. When senders initialize a transfer, they receive a “tempalink” they can distribute to recipients. Upon visiting this link, recipients’ browsers connect directly to the sender’s browser and may begin downloading the selected file. Because data is never stored in an intermediary server, the transfer is fast, private, and secure. (Your PC must be online while the recipient download the file(s), if you shutdown the PC or goes offline, the download also stops)

You can selfhost it or use the official instance

https://github.com/kern/filepizza

  • BaroqueInMind@lemmy.one
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    5 months ago

    Yes, it’s called FTP. You may also use sFTP as well as SCP (netcat can also be used but requires a listener on one end).

    • SorteKaninA
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      5 months ago

      By easy I meant something not requiring me to use the command line. I can use scp but I’d rather have something a bit more user friendly, especially something my wife would be able to use.

      • BaroqueInMind@lemmy.one
        link
        fedilink
        arrow-up
        1
        ·
        5 months ago

        Then you can self host this file.pizza shit that OP posted here, click on the fucking github link

        It’s very easy to use once it’s setup.