emailler/apps
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
..
atrtelnet.cfg Add custom font for the Atari version, fix Atari keyboard input handling. 2017-09-01 22:36:35 +02:00
date.c Minor output beautification. 2017-11-10 11:53:27 +01:00
hfs65.c Added HttpFileServer65. 2018-02-20 00:18:48 +01:00
Makefile Added HttpFileServer65. 2018-02-20 00:18:48 +01:00
telnet65.s Allow Telnet65 to send ASCII code 0 - on the C64. 2017-08-20 20:58:49 +02:00