- cross-posted to:
- opensource@programming.dev
- cross-posted to:
- opensource@programming.dev
I started writing a small piece of software some time ago to easily host files on a local server and share them with any device equipped with a web browser or an HTTP client (curl, wget, etc.). I’ve been using it myself at home and I keep slowly working on it in my free time to add features and fix the problems that I find.
It’s very lightweight and fast, and it doesn’t require anything special to compile, just a Unix-like system, a C compiler, and a few standard utilities (sorry Windows users). It’s compiled into a single binary and that can be configured at compile time or with a config file.
For now it can only be used to download files from the hosting server, but I’m working on uploading, renaming, and deleting files.
Hopefully it can be useful to other people. Any (constructive) feedback is welcome!
Link with source code and instructions: https://codeberg.org/alpin/lanstash


Fix typo
(Sorry, it’s the first time I post on Lemmy. I thought I was writing an edit summary after fixing a typo in my post. And deleting my comment leaves a “Deleted by creator”, so better leave it there I guess)