Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 438 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 438 Bytes

simple-http-file-server

一个极简的HTTP文件服务器,可以上传、下载和删除文件。

A truly minimal HTTP file server, available for uploading, downloading and deleting files.

无需任何第三方库,只需在仓库根目录下执行如下命令即可运行:

No need for any third-party libraries. Just run the following command in the root directory of the repository:

python -m http.server --cgi