/HttpRangeServer

A quick and dirty HTTP server used to mount Apple II disk images on a PC for use with an Apple IIgs using NetDisk.

Primary LanguageC#MIT LicenseMIT

HttpRangeServer

A quick and dirty HTTP server used to move disk image files from a PC to an Apple IIgs using NetDisk.

Build

Build HttpRangeServer.sln with .NET 6.0.

dotnet build src\HttpRangeServer.sln

Options

  --path <path>  Path to directory of images   (default: current directory)
  --port <port>  TCP port to listen on         (default: 1165)
  --nocache      Do not cache chunks in memory (default: caching enabled)
  --help