Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have been spending days on finding a good library for using webDav on Android.

I tried "Sardine", which is just crashing down from the start (even with the httplib for Android), and some others libs. I finally came across a custom version of Jackrabbit for Android which contains essentials files and HttpClient 3.1 : http://ashimita.blogspot.fr/2011/05/using-jackrabbit-as-webdav-client-for.html

But i cannot get it working because my server is based on IIS7 with NTLMv2, and i cannot get a valid authentication on it. I read on some topics than i should be using JCIFS which support NTLMv2 autentication. But i didn't find a way to make it working. There might be some conflits because i'm using HttpClient 3.x with JackRabbits and JCIFS implementation is using HttpClient 4.x.

So i'm wondering, does any one has find a solution to use WebDav on Android in a proper way ? There are apps such as "AntTek" which are working on Android with WebDav and NTLMv2, so there must be solutions. I thinking about sending them an email but they probably won't share any hints.

I'll still be searching for the ultimate solution, but if anyone get the solution, it would be nice to share it :)

Regards, Clement.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.