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
-2
votes
2 answers

Help with WebDav protocol?

We want to use WebDav ProtoCol for FileTransfer and other file related activies through our client application. So here are my basic questions: 1- How to setup WebDav on my system? 2- Can I install WebDav on Linux ? 3- If want to program using .NET…
Simsons
  • 12,295
  • 42
  • 153
  • 269
-2
votes
1 answer

read files and add them to Owncloud using webdav

I'm using Owncloud server 8, and it comes with webdav installed, i'm developping a web application with JavaScript/HTML5 and i want to access authentified user's files with webdav which i already can do with an Ajax request. what i want to do is to…
azelix
  • 1,257
  • 4
  • 26
  • 50
-2
votes
1 answer

Is it possible to use exiting database for CardDAV Server instead of file system

We have a system where a user can create a contact list with different groups and can sync those contacts from server to iPhone address book book using a CardDAV Account. We are using C#.net for development and back end is SQL server 2008 . Is it…
Ram Balwad
  • 269
  • 1
  • 4
  • 11
-2
votes
1 answer

Unable to upload all files on webdav server using webclient and httpwebrequest C#

public int UploadFile(string url, string localFile,out string a_Error) { WebClient webClient = new System.Net.WebClient(); webClient.Proxy = null; webClient.Credentials = new NetworkCredential(Credential.UserName,…
Amol
  • 1
  • 1
-2
votes
2 answers

can't edit PHP files on server; getting HTML output instead

I've a strange problem. Every php file on my server appears corrupted when I try to edit it with dreamweaver or any text editor. When I open a php file on the server to view the source code, it shows the output html code instead of the actual php…
samess
  • 17
  • 1
-3
votes
1 answer

C#: How to download and upload file from Sharepoint Teamsite Site

I have a Sharepoint Teamsite where I have a file stored in a folder, I want to download it, and upload a new file back to another folder on the same site. To be precise, my site url is https://sharepoint.wsx.sg/sites/op/SitePages/Home.aspx, I would…
John
  • 155
  • 8
-4
votes
1 answer

How to transfer files from one remote location to another using java?

I want to write java program to download files directly to remote server rather than downloading on local machine. Remote server is FTP/WebDAV So is there any library in java to download files directly to remote ftp/WebDAV server rather than saving…
Shubham Naphade
  • 49
  • 3
  • 10
-4
votes
1 answer

Best way to implement my own storage service?

Let's say I want to implement storage server, which would be used as a place to store files, images, etc. from different websites. Something like S3, but only for my projects. I thought about some API/Gateway on PHP, which would save files from…
1 2 3
91
92