Skip to content

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

License

Notifications You must be signed in to change notification settings

BrianPeek/HttpRangeServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Languages