BoxLang 🚀 A New JVM Dynamic Language Learn More...
ColboxWebDav
This is a coldbox module to enable WebDAV access to your coldbox application.Tested on Luccee with Windows WebDAV client.
To use, simply drop the module into your application. By default, it has annoymous access and uses the lucee temp directory as a base for file operations, however, in production we are using it with basic auth over SSL and are using it with a virtual file system and MySQL.License
LGPL v2.1Getting started
To get started, there is a sample tempDirectoryProvider which provides WebDAV access to the lucee temp directory. This is for demo purposes only(!), It's advisable to write your own provider - either fileSystem based provider, or Virtual File System provider.
$
box install WebDAV