OSX 10.5 Finder friendly WebDAV server for linux

mac-osxwebdav

Does any know (with authority) of a OSX 10.5 Finder-friendly WebDAV server?

I setup lighttpd with the mod_webdav on my Ubuntu 9.04 box, but PUTs are not working. I'd rather not rotate through all the various options…

Best Answer

The OS X finder uses a very large range of webdav features, including the only example of chunked PUTs. The only server i've found that works well is Apache mod_dav. We use it heavily against Leopard and Maven.

Assid from lighttpd there is also a webdav module for nginx, but it doesn't work at all for properties, and can't do chunked PUTs.

Apple have also released their calender server, which uses CalDAV extentions, so it should work against the finder. I haven't used that product, so can't vouch for it as a general webdav server.

When looking for compatible options you should check out the following projects