Anyone using the Milton webdav library?

I am considering using the Milton java webdav library in a project that I am working on, and I was wondering if anyone had any experience with this. I am looking to add a webdav interface to my application.

+7
source share
4 answers

We used the Milton library before and found it easy to use and well suited for adding a WebDAV interface to a web application.

I wrote a blog article about exposing a text file with a notepad, although WebDAV is from a web application that you can use to extrapolate according to your needs.

Article: How to Write a Dead Simple Network Map Drive Using Java and WebDAV

+9
source

By the way, I am the main author of Milton, and every day I answer one or two questions from different people using the library. And the milton site receives about 100 unique visitors per day, so it seems to be quite active.

+6
source

I found that this project is really useful when running the webdav executable:

https://github.com/TheMagican/webdav-embedded-server

I tested that I can install the directory on a Mac and it works.

The builder is based on Gradle, but I posted pom.xml , which works for me.

Free version is read only.

My bubble flared up. You need to pay a huge license fee to get write access.

+1
source

Ping. Milton is still active :)

+1
source

All Articles