this post was submitted on 18 Oct 2023
96 points (94.4% liked)

Open Source

30830 readers
350 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

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
[โ€“] [email protected] 3 points 1 year ago* (last edited 1 year ago) (1 children)

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).

[โ€“] [email protected] 4 points 1 year ago* (last edited 1 year ago) (1 children)

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