Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which Java-library can be used to access data via WebDAV?

Tags:

java

webdav

That's the question: Which library can help me to access data available via WebDAV in my Java-programs? OpenSource is preferred.

like image 709
Mnementh Avatar asked Sep 23 '08 18:09

Mnementh


People also ask

How do I connect to WebDAV?

Connect to a WebDAV serverIn the Finder on your Mac, choose Go > Connect to Server, enter the address of the server in the Server Address field, then click Connect. Enter the address of the server in the Server Address field. Click Connect.

What is a WebDAV server used for?

Briefly: WebDAV stands for "Web-based Distributed Authoring and Versioning". It is a set of extensions to the HTTP protocol which allows users to collaboratively edit and manage files on remote web servers.

Does anyone use WebDAV?

In many of its use cases, WebDAV is being supplanted by more modern mechanisms. But it's still a reliable workhorse when the right servers and clients are matched, so it's still encountered in many different applications.


1 Answers

I created a very easy to use java webdav client: http://sardine.googlecode.com/

This now moved to github : https://github.com/lookfirst/sardine

like image 63
Public Profile Avatar answered Sep 19 '22 19:09

Public Profile