An open API service indexing awesome lists of open source software.

https://github.com/greyireland/simplehttpserverwithupload

简单上传下载服务
https://github.com/greyireland/simplehttpserverwithupload

Last synced: 3 months ago
JSON representation

简单上传下载服务

Awesome Lists containing this project

README

          

# 下载上传服务器
### 启动
```python
# 默认端口8000
python SimpleHTTPServerWithUpload.py

# 或者自定义端口
python SimpleHTTPServerWithUpload.py 9999
```