Stupid File Server
Find a file
2026-01-05 12:07:57 +01:00
html changed project name 2025-12-05 12:47:25 +01:00
screenshots added screenshots 2025-12-05 13:02:00 +01:00
src removed debug code 2025-12-05 15:10:16 +01:00
static initial commit 2025-12-03 23:23:57 +01:00
.gitignore initial commit 2025-12-03 23:23:57 +01:00
Cargo.toml initial commit 2025-12-03 23:23:57 +01:00
README.md updated readme 2026-01-05 12:07:57 +01:00

Stupid File Server

SFS is a web application written in Rust that acts as a very basic file server.

SFS was intentionally designed to be very minimalistic so it can be accessed from older computers with outdated operating systems. I find it's quite handy for sharing files between computers from different eras, all you need is a web browser. Of course, since it's written in Rust, the actual server needs to be ran on a relatively modern system.

Now, this project is very much me experimenting with Rust and making something useful in the process. This is not some production ready battle tested application.

File Index page of SFS:

SFS Index