InstantFileWebServer

InstantFileWebServer is a webserver which serve system files and folder directories over http, to your webbrowser. Easy to setup, small, fast and simple to use.

Features

  • Free to use
  • Supports resumeable downloads
  • Multiple root directories
  • Source code

Download

Latest version v0.1 release notes

Linux
.tar.gz
Windows
.exe
MacOS
.app

Flags

Usage:
Define root directories with the -dir flag, if no directories are defined then the program will start serving files from the running directory.

  Flags: 
       --version   Displays the program version string.
    -h --help      Displays help with available flag, subcommand, and positional value parameters.
    -d --dir       Add a directory from a relative or absolute path
    -p --port      Specifies the port on which the web server will listen (default: 80)
    -t --title     Specifies the title for the web ui (default: InstantFileWebServer)
    -u --url       Specifies the url for the title in the web ui