WorkInProgress-Development / SimpleHTTPServerWithUpload

Simple HTTP Server With Upload written in Python 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimpleHTTPServerWithUpload

Simple HTTP Server With Upload written in Python.
This script works with version 3.6.
Earlier versions will cause runtime errors.

This is a modified version from the original source.
https://gist.github.com/UniIsland/3346170

I have added icons for directory and videos.
Pictures (BMP, GIF, JPG, PNG) will display thumbnails.

Directory listing is in a table format with file sizes and creation dates.

This script also supports IP Address & Port binding.

Change 'SimpleHTTPServerWithUpload.sh' to suit your requirements.

About

Simple HTTP Server With Upload written in Python 3


Languages

Language:Python 98.2%Language:Shell 1.8%