Skip to content

A simple HTTP file server in Python with uploading capability right from the browser

License

Notifications You must be signed in to change notification settings

huupoke12/simple-http-file-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Introduction

This is a simple HTTP file server in Python, with HTML GUI that can be used to upload files from the browser.

Run python3 main.py to use it. Or you can just click on it if you have Python file association.

WARNING: This is just a simple file server, designed to be portable in one file, used for simple file sharing between LAN clients. It does not have any security protection. It can potentially overload your system's memory. Do not expose this server on the Internet or any untrusted networks.

Options

Just run it with -h for option documentation. The current directory is used as the starting directory.

About

A simple HTTP file server in Python with uploading capability right from the browser

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages