🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

pyfilerver

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pyfilerver

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

0.0.10
96

Supply Chain Security

100

Vulnerability

98

Quality

100

Maintenance

100

License

Unpopular package

Quality

This package is not very popular.

Found 1 instance in 1 package

Network access

Supply chain risk

This module accesses the network.

Found 1 instance in 1 package

Maintainers
1

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.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts