Skip to content

heiziff/fihles

Repository files navigation

fihles - A simple file server written in Haskell

Requirements

  • Haskell Stack

Installation

git clone https://github.com/heiziff/fihles.git
cd fihles
stack build --copy-bins
  • Add the flag "--copy-bins" to copy the binary to your "~/.local/bin" folder. This is necessary, if you want to run the file server from a different directory than the cloned project directory.

Usage

stack exec fihles <port>

The files in the current directory will then be served on Port (or Port 8080 if none was specified).

About

A simple file server written in haskell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published