Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 518 Bytes

File metadata and controls

15 lines (9 loc) · 518 Bytes

mini-file-server

Local java-based file server for SimWrapper

Run this .jar in a local folder on your machine to provide a simple HTTP file server, perfect for serving up files for SimWrapper.

Usage:

java -jar mini-file-server.jar [root folder]

  • Mini file server will serve all files and subfolders in the root folder that you specify.
  • If no root is specified, it will serve everything in the working directory from which it is started.
  • Requires Jave JRE 11 or above