Web File Server

The Mako Server has replaced the Web File Server (wfs). Using the Mako Server, configure a Web File Server as follows:

  1. Create a mako.conf file with the following:
    fileserver={
       noauth=true,
       fsname="fs",
       ioname="disk",
       path="/C",
       lockdir="tmp/.LOCK"
    }
        
    This example is designed for Windows. Change the path and lockdir if not using Windows.
  2. Save the configuration file
  3. Start the mako server
  4. You should see printouts that include:
    Creating file server at /fs/ -> C:\ ok