Questions tagged [webdav]

WebDAV (World Wide Web Distributed Authoring and Versioning) is the Internet Engineering Task Force (IETF) standard for collaborative authoring on the Web. This tag should be used for questions about the WebDAV protocol. Questions involving a software package such as the Apache web server should also contain the tag for that software. Questions should also contain a tag for the operating system as well as any API or library being used.

WebDAV (World Wide Web Distributed Authoring and Versioning) is the Internet Engineering Task Force (IETF) standard for collaborative authoring on the Web. The standard describes a set of extensions to the Hypertext Transfer Protocol (HTTP) that facilitates collaborative editing and file management between users located remotely from each other on the Internet.

Libraries and API

StackOverflow posts

See also

RFC 4918 HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV) which obsoletes RFC 2518 HTTP Extensions for Distributed Authoring -- WEBDAV.

The WebDAV.org web site

Similar protocols and standards

Content Management Interoperability Services or CMIS

1374 questions
112
votes
25 answers

405 method not allowed Web API

This error is very common, and I tried all of the solutions and non of them worked. I have disabled WebDAV publishing in control panel and added this to my web config file:
Xardas
  • 1,777
  • 6
  • 20
  • 31
86
votes
6 answers

Which file access is the best : Webdav or FTP?

I have to develop a Java application that has to read some files on the network, edit them and put them back. The problem is that I always did (over the network) file operations through the FTP protocol. But, I recently heard about Webdav which is…
David
  • 869
  • 1
  • 6
  • 3
78
votes
1 answer

Retrieve calendar items (Outlook API, WebDAV) displaying strange behaviour

We are writing an MS Outlook plugin. To satisfy our business-logic, it should check all appointments between some dates. We are experiencing several problems with retrieving all items from calendars. We tried two options: Outlook API. We use the…
Bolick
  • 781
  • 5
  • 4
67
votes
10 answers

Command-line utility for WebDAV upload

I need a command-line utility that can do WebDAV upload (HTTP PUT).
rperez
  • 8,430
  • 11
  • 36
  • 44
61
votes
2 answers

Publishing Outlook Calendars. What is the server-side setting for sync frequency?

I'm working on a custom implementation of a server (VERY basic WebDAV) that accepts Outlook's published calendars. Outlook seems to have a setting (see the screenshot below) where it accepts a parameter form the server that tells it how often to…
Mihail Russu
  • 2,526
  • 1
  • 17
  • 27
58
votes
9 answers

Best way to access Exchange using PHP?

I'm writing a CMS application in PHP and one of the requirements is that it must be able to interface with the customer's Exchange server. I've written up this functionality a few times before and have always used WebDAV to do it, but now I'm…
Bruce the Hoon
  • 1,666
  • 3
  • 18
  • 21
30
votes
7 answers

Python client library for WebDAV

I'd like to implement a piece of functionality in my application that uploads and manipulates files on a WebDAV server. I'm looking for a mature Python library that would give an interface similar to the os.* modules for working with the remote…
Kamil Kisiel
  • 19,723
  • 11
  • 46
  • 56
25
votes
6 answers

Java WebDAV client side library

What Java WebDAV client side library could you recommend?
Darius Kucinskas
  • 10,193
  • 12
  • 57
  • 79
23
votes
3 answers

Open WebDAV word file on OSX

I have a Java application that opens WebDAV files on MS Word. This works successfully on Windows with the next code: Runtime.getRuntime().exec("cmd /c start winword " + webdavUrl); But on Mac OSX this is not possible. I tried this function, but it…
Tito Leiva
  • 892
  • 1
  • 12
  • 29
23
votes
7 answers

Browser based WebDAV client?

Is there any good browser based WebDAV client? If not, is it possible to make one?
codefx
  • 9,872
  • 16
  • 53
  • 81
19
votes
4 answers

How to create a HTML link which forces MS Word to edit document on webdav server

Let's suppose that I have WebDAV-enabled server, where I have bunch of Office documents. I'd like to generate webpage which has link to document such that clicking on the link will open Microsoft Word. Word will in turn download document from WebDAV…
Peter Štibraný
  • 32,463
  • 16
  • 90
  • 116
18
votes
8 answers

SVN Error E175002 while checking out code from repository

While trying to checkout code from a repository online I got the following error: E175002: REPORT of '/repos/xxx/!svn/vcc/default' I am trying to checkout the code from a remote computer.
Muhannad A.Alhariri
  • 3,702
  • 4
  • 30
  • 46
18
votes
7 answers

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

That's the question: Which library can help me to access data available via WebDAV in my Java-programs? OpenSource is preferred.
Mnementh
  • 50,487
  • 48
  • 148
  • 202
17
votes
3 answers

Amazon S3 WebDAV access

I would like to access my Amazon S3 buckets without third-party software, but simply through the WebDAV functionality available in most operating systems. Is there a way to do that ? It is important to me that no third-party software is required.
nico
  • 1,130
  • 2
  • 12
  • 26
16
votes
2 answers

What is DavWWWRoot?

I am connecting to my WebDAV server in Windows Explorer as \\myserver@8080\DavWWWRoot\. I can not find any folder called DavWWWRoot on my server in my storage or in the WebDAV server back-end code. Where does this DavWWWRoot come from?
Taras Kozubski
  • 1,854
  • 1
  • 20
  • 33
1
2 3
91 92