Email and Usenet suite for the Apple //e or GS with Uthernet-II ethernet card
Go to file
Oliver Schmidt a07e889d7b Added HttpFileServer65.
HttpFileServer65 is inspired by "HFS ~ Http File Server" (http://www.rejetto.com/hfs/). It features an intuitive mapping of local disks and directories to HTTP paths. This allows to not only navigate to some file but to directly enter some file URL. This is especially usefull for downloads via wget, curl or alike.

However, in contrast to HFS it doesn't allow file uploads, only file downloads. On targets with complete DIO support it additionally allows disk image downloads.

Note: The Atari build currently fails as there's so far no getdevicedir() in the Atari C library.
2018-02-20 00:18:48 +01:00
apps Added HttpFileServer65. 2018-02-20 00:18:48 +01:00
drivers Use CC65 runtime for Atari and C64 timer functions 2018-02-02 20:34:59 +01:00
inc Added C interface to HTTPD functions. 2017-12-07 23:03:04 +01:00
ip65 Added C interface to HTTPD functions. 2017-12-07 23:03:04 +01:00
test Added timer test to Makefile. 2018-02-06 13:06:05 +01:00
.gitignore Have Git ignore the Windows peer program artifacts. 2017-11-08 21:01:24 +01:00
CONTRIBUTORS.txt Updated contributors. 2014-04-28 18:57:13 +02:00
LICENSE.txt Added text files from doc directory. 2013-12-14 00:27:32 +01:00