python simplehttpserver1 Python Simple HTTP Server 간단히 잠깐 파일 다운로드를 위해 Python 으로 간단히 포트를 열 수 있다. python 2 -> SimpleHTTPServer python 3 -> http.server python -m SimpleHTTPServer 8000 // 명령어 맨마지막 8000은 오픈하고자 하는 Port Number 방화벽이 막혀있다면 접속이 안되니, 방화벽도 같이 오픈해주자. 내부에서 간단히 사용하자. 자세한 사용법은 아래 문서 참조 https://docs.python.org/2/library/simplehttpserver.html 20.19. SimpleHTTPServer — Simple HTTP request handler — Python 2.7.18 documentation 20.19. SimpleHTTPServ.. 2022. 3. 18. 이전 1 다음