lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Aug 13, 2011, at 7:30 PM, Gaspard Bucher wrote:

> I finally managed to have a basic WebDAV server working. 
> 
> Simple example: https://github.com/lubyk/lubyk/blob/master/modules/lk/examples/webdav.lua

Nice :)

FWIW, here is another, very basic WebDAV implementation, courtesy of Nanoki:

http://svr225.stepx.com:3388/

One should be able to connect to the above URL with a WebDAV client (e.g. Mac OS X Finder, Windows Explorer, etc).

Gritty implementation details:

http://dev.alt.textdrive.com/browser/HTTP/WikiDAV.lua
http://dev.alt.textdrive.com/browser/HTTP/WikiDAV.txt