ARexx based WebDAV server.
This is an experimental WebDAV server for the Commodore Amiga. WebDAV servers can be mounted as a volume on Linux or Windows.
The base mount point will show all devices as folders.
Currently only reading is supported.
- Empty folders show a "" entry
- Speed is not great
sudo mount -t davfs -o noexec http://amiga/ /mnt/dav/
net use x: http://amiga
Edit devs:internet/servers and add: www stream dos sys:rexxc/rx [path]/webdavserver.rexx
Based on the ARexx Web Server http://aminet.net/comm/www/arexxwebserver.lha