- To create local file server for development purpose
- (Python3 or higher version is manadatory to run this script)
- Install Git for Windows to run this python script on GitBash :
Link to Download https://git-scm.com/download/win - Open GitBash from Start Menu and Clone this repository :
git clone https://github.com/VaradLanke/https-file-server-python.git - Goto https-file-server-python directory :
cd https-file-server-python - Run the python script :
python fileServer.py
this means the server is successfully started you can visit your browser and open the corrosponding address e.g. https://localhost:8000
- Open terminal and Clone this repository :
git clone https://github.com/VaradLanke/https-file-server-python.git - Goto https-file-server-python directory :
cd https-file-server-python - Run the python script :
python fileServer.py