https://github.com/greyireland/simplehttpserverwithupload
简单上传下载服务
https://github.com/greyireland/simplehttpserverwithupload
Last synced: 3 months ago
JSON representation
简单上传下载服务
- Host: GitHub
- URL: https://github.com/greyireland/simplehttpserverwithupload
- Owner: greyireland
- Created: 2019-06-18T11:55:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-18T11:55:28.000Z (over 6 years ago)
- Last Synced: 2025-01-29T03:51:30.846Z (8 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 下载上传服务器
### 启动
```python
# 默认端口8000
python SimpleHTTPServerWithUpload.py# 或者自定义端口
python SimpleHTTPServerWithUpload.py 9999
```