simple-file-download-server

Crates.iosimple-file-download-server
lib.rssimple-file-download-server
version0.2.0
created_at2025-05-19 03:06:37.321287+00
updated_at2025-05-19 03:28:22.083655+00
descriptionminimap2 frontend
homepage
repositoryhttps://github.com/keithyin/file-server
max_upload_size
id1679171
size32,696
kethyin (keithyin)

documentation

README

基于http的文件下载服务器。

在某个目录下执行执行该程序,该目录机器子目录的内容都可以通过http下载

运行方式


nohup ./simple-file-download-server --ip 192.168.3.44 --port 10010 --serve_dir /data/PUBLIC_RESOURCES > nohup.log 2>&1 &
Commit count: 4

cargo fmt