Skip to content
This repository was archived by the owner on Dec 26, 2019. It is now read-only.

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages