Skip to content

VaradLanke/https-file-server-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

https-file-server-python

  • To create local file server for development purpose
  • (Python3 or higher version is manadatory to run this script)
  • ('cryptography' with version higher than 3.5 is required; if not, install using this command pip install --upgrade cryptography)

Windows System :

  1. Install Git for Windows to run this python script on GitBash :
    Link to Download https://git-scm.com/download/win
  2. Open GitBash from Start Menu and Clone this repository :
    git clone https://github.com/VaradLanke/https-file-server-python.git
  3. Goto https-file-server-python directory :
    cd https-file-server-python
  4. Run the python script :
    python fileServer.py

Linux/Unix System :

  1. Open terminal and Clone this repository :
    git clone https://github.com/VaradLanke/https-file-server-python.git
  2. Goto https-file-server-python directory :
    cd https-file-server-python
  3. Run the python script :
    python fileServer.py

NOTE : To serve files from desired Directory, goto that directory and run the script from that directory ;
e.g. to run the script from "C:/"...goto C: and run the script by giving whole path of script

Hope this script is helpful for you :-)

About

Serve files from any directory on localhost via https

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages