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