Uploadserver
Python's http.server extended to include a file upload page
http.server 와 비슷하지만, 업로드 가능한 간단한 서버.
Usage
서버 실행:
업로드 방법:
curl -X POST http://127.0.0.1:8000/upload -F '[email protected]' -F '[email protected]'
See also
- Python:http:server
- Goshs - 개발자를 위한 다기능 단일 바이너리 파일 서버