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
11
votes
3 answers

How to make Subversion use Linux system accounts for authentication?

I've set up a Ubuntu Server for Subversion with Apache/WebDAV interface to share repositories with other developers. My question is, how can I make Subversion use the linux system accounts for authentication? This would lead to very easy Subversion…
Alejandro García Iglesias
  • 16,222
  • 11
  • 51
  • 64
11
votes
3 answers

REST API design for cloning a resource

I am writing a YAML document using swagger to design a RESTful API method for cloning a resource. I have a few options and don't know which would be best. Please can someone advise? Options: Relinquishing the responsibility of cloning the resource…
dev'd
  • 469
  • 1
  • 4
  • 12
10
votes
3 answers

Editing MS Office documents from a web application: custom WebDaV implementation or ...?

Following is our setup & requirement: There's a public web application accessible via SSL + Basic Authentication. Most of these applications are in ASP.Net; couple of legacy ones are in classic ASP. Server is Win 2003 / IIS 6.0 This application…
Venkat
  • 785
  • 3
  • 10
  • 22
10
votes
1 answer

WebDav on Azure Blob storage

Is there a way to implement IT HIT WebDAV on the Azure blob file storage? We really don't want to buy Virtual Machine to do so, we already got Web Application running on Azure and we want to store all Documents/Files on the Azure file storage. Any…
Chirag Pareek
  • 111
  • 1
  • 4
10
votes
3 answers

Ubuntu + SVN: Could not open the requested SVN filesystem

I'm aware this question has been asked a lot of times. I believe I understand the answers, but I still had no luck. I tried both one repo and multiple repos configurations, having the same issue for both of them. So, with the config I'm interested…
luso
  • 2,812
  • 6
  • 35
  • 50
9
votes
9 answers

Your client does not support opening this list with Windows Explorer

I installed Microsoft SharePoint and Project PWA on Windows Server 2008 R2. When I want to open Library in Windows Explorer, I randomly get an error: Your client does not support opening this list with Windows Explorer When I open IE it's working…
AnzeR
  • 590
  • 4
  • 11
  • 23
9
votes
1 answer

WebDAV - Request "Show files in folder"?

I want to download all *.txt files from a WebDAV share. Is there a request/methode to get a list of files from this folder? I´m new to WebDAV and at the w3.org WebDAV methode definition I don´t found this…
LaPhi
  • 5,675
  • 21
  • 56
  • 78
9
votes
5 answers

Get revision number of a remote repository

On the local machine it is no problem to get the revision number of a subversion repository with svnversion. Now I want to get the revision number from my online repository (WebDAV with Apache2). I tried this: svnversion…
okoman
  • 5,529
  • 11
  • 41
  • 45
9
votes
3 answers

WebDav client library for iOS

Is there any WebDav client implementation for iOS ?
sach
  • 1,069
  • 4
  • 15
  • 29
8
votes
1 answer

Upload files over 2Gb to IIS 8 / ASP.NET 4.5?

I need to upload 10Gb files to IIS in one piece. As far as I know IIS 7.x / ASP.NET 4.0 does not support uploads over 2Gb (some people say 4Gb). Is it fixed in IIS 8 / ASP.NET 4.5?
IT Hit WebDAV
  • 5,652
  • 12
  • 61
  • 98
8
votes
2 answers

Rails app as an LDAP or CardDAV server?

I'm working on an in-house Rails app, which is (among other things) a CRM app so it contains names, addresses etc., for customers and other contacts. A neat feature would to allow these contacts to be fetched/searched over by clients such as email…
Flambino
  • 18,507
  • 2
  • 39
  • 58
8
votes
3 answers

.Net WebDAV Server

I am looking to implement a WebDAV server in ASP.Net. the app will be deployed to IIS 6. I have seen a few frameworks that provide this functionality, but I can't seem to identify how they're able to accomplish it without (apparently) modifying IIS…
Andrew Theken
  • 3,392
  • 1
  • 31
  • 54
8
votes
1 answer

Windows WebDAV client with streaming/chunked transfer

I have implemented a very minimal proof-of-concept supporting a portion of the WebDAV protocol. This includes the OPTIONS, PROPFIND and GET HTTP verbs. The built-in Windows WebDAV client (on Windows 8.1) can therefore open the WebDAV share, list…
Deathspike
  • 8,582
  • 6
  • 44
  • 82
8
votes
2 answers

Exposing calendar as an iCal with subscribe option in PHP

I have an application in PHP where each user has his associated events. What I want to do is to expose his events under in a way similar to events on facebook which gives urls in format…
Elwhis
  • 1,241
  • 2
  • 23
  • 45
7
votes
1 answer

Listing change history via webdav

I'm trying to list the change history for a folder, similar to what the Show Log option in TortoiseSVN does. I'm trying to keep it as simple as possible without going down the route of installing something like Trac. To access my repository via web…
Ciaran
  • 1,878
  • 5
  • 18
  • 31
1 2
3
91 92