Skip to content

Simple fileserver (clone of python -m http.server)

Notifications You must be signed in to change notification settings

MorrowM/fileserve-simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fileserve-simple

USAGE:

fileserve [OPTIONS] [PORT]

FLAGS:

-h, --help       Prints help information
-V, --version    Prints version information

OPTIONS:

-b, --bind <ADDRESS>           Alternative bind address [default: 0.0.0.0]
-d, --directory <DIRECTORY>    Alternative directory to serve [default: curent directory]
-w, --workers <AMOUNT>         Number of requests that can be handled concurrently [default: 10]

ARGS:

<PORT>    Port to run on [default: 8080]

About

Simple fileserver (clone of python -m http.server)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages