# SimpleHTTPServer **Repository Path**: t0mZ/SimpleHTTPServer ## Basic Information - **Project Name**: SimpleHTTPServer - **Description**: 使用python搭建简单的文件服务器 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2019-11-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #SimpleHTTPServer 提供了2个python的simplehttpserver,都可以使用 注意端口范围,比如需要在8000~9000之间(有些网络有要求) python HttpServer.py 8080 Python SimpleHTTPServerWithUpload.py 8080