93
Transfer files with QR codes using qrcp
(opensource.net)
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Community icon from opensource.org, but we are not affiliated with them.
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).
Have you seen dufs? A single executable that runs a webserver hosting a super simple file upload/download app. It's really convenient for sharing files with normies with iPhone and Windows devices.
https://github.com/sigoden/dufs