Skip to content

Python Http File Server: Added file upload function to `http.server`

License

Notifications You must be signed in to change notification settings

IanVzs/pyfilerver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyfilerver

python http file server

Install & Run

Source

git clone git@github.com:IanVzs/pyfilerver.git
cd pyfilerver
python pyfilerver/main.py 

Pip

Make sure you have pip installed.

pip install pyfilerver

Local

git clone git@github.com:IanVzs/pyfilerver.git
cd pyfilerver
pip install .
pyfilerver

Use

When the program is running, use the web browser to access http://127.0.0.1:8000/. You can see

demo png

Custom Port

pyfilerver 9000

So you will need access http://127.0.0.1:9000/, All just like http.server.

About

Python Http File Server: Added file upload function to `http.server`

Resources

License

Stars

Watchers

Forks

Packages

No packages published