Skip to content
This repository has been archived by the owner on Dec 26, 2019. It is now read-only.
/ FileHTTPServer Public archive

A server intended to serve a single file at a runtime

Notifications You must be signed in to change notification settings

ecklm/FileHTTPServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FileHTTPServer

This server is intended to serve only one selected file or directory as answer to all the requests. To every request it starts a new thread.

Sending directories is realised with on the fly zip compression.

Syntax

It's the same on files and directories.

FileHTTPServer.py /path/to/file

Todos

  • Limit the possible number of threads paralell threads.
  • Cache zipped directory content to reduce the compression's performance requirement.

About

A server intended to serve a single file at a runtime

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages