HTTPSERVE

httpserve is a program to serve up a specified directory over HTTP so its contents can be downloaded using a browser. The intention is to write a small semi-browser for the Spectrum Next to download Spectrum files. It uses libmagic to provide MIME typing of downloaded files.

It now supports POST if enabled on the command line. In these cases it simply writes the contents to the path specified in the URL if it doesn't exist.

Version 1.1 of it is available here. The latest version of the sources are available here.