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.
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
deleted by creator