The nodejs FileServer doesn't handle it yet. However, you can setup a
webdav with Apache to handle that.
(see
http://amber-lang.net/documentation.html)
cheers,
Nico
On Tue, 2011-11-08 at 15:29 +0100, Amber Milan Eskridge wrote:
> Hello
>
>
> How can one protect the FileServer WebDAV-Functionality with
> username/password or a client-side certificate so that no-one can
> commit, that doesn't have the correct certificate or the correct
> username/password combination?
>
>
> Thanks for any ideas.