2 unstable releases

new 0.2.0 May 19, 2025
0.1.0 May 19, 2025

#426 in HTTP server

Download history 186/week @ 2025-05-14

186 downloads per month

MIT license

10KB
94 lines

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

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

运行方式


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

Dependencies

~6–13MB
~150K SLoC