Home > other >  Build a simple python web server service, provides the file transfer
Build a simple python web server service, provides the file transfer

Time:01-15

1. Bat file type CMD/k "CD/d G: \ HTTP server& & Python - m HTTP server 8888 "open CDM into G plate HTTP server directory, and enter the python - m HTTP server 8888 opened the python built-in server service, using port 8888
2. The browser input 127.0.0.1:8888 to be able to open the service,
3. The files into the G: \ HTTP server directory, via IP: 8888 can provide file transfer

  • Related