sclash / http-server-fs

Run Python HTTP server by shell script to share resources among devices connected to the same local network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic Python HTTP Server

Run a basic HTTP Server to give access to all files and directory of the server to another pc connected to the same local network

Note

  • serve.bat is to run the program on Windows OS
  • serve.sh is to run the program on Linux OS

to run serve.sh run before

chmod x+u serve.sh 
./serve.sh

About

Run Python HTTP server by shell script to share resources among devices connected to the same local network

License:MIT License


Languages

Language:Python 91.5%Language:JavaScript 4.3%Language:Batchfile 2.3%Language:Shell 1.9%