this post was submitted on 18 Oct 2023
0 points (NaN% liked)
Open Source
31031 readers
751 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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