Tagged Questions
WebDAV (World Wide Web Distributed Authoring and Versioning) is the Internet Engineering Task Force (IETF) standard for collaborative authoring on the Web
17
votes
13answers
60k views
11
votes
6answers
9k views
Open source library in c# to communicate with a WebDAV server
Does anybody know of an open source library written in C# that makes it easy to communicate with a WebDAV server?
For a project I need to communicate with a server using the WebDAV protocol. I'm ...
8
votes
4answers
2k views
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 ...
7
votes
1answer
105 views
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 ...
7
votes
2answers
2k views
PHP iDisk\Webdav Client
I need to upload files to iDisk drive. I've found that iDisk has webdav interface, and it's working fine with desktop clients. Unfortunately I wasn't able to find suitable WebDav client for PHP, and ...
7
votes
5answers
2k views
looking for a publicly accessable WebDAV sandbox
this: http://test.webdav.org/ seems to claim to be what I want but doesn't seem to work.
7
votes
5answers
8k views
6
votes
4answers
4k views
command-line utility for WebDAV upload
I need a command-line utility that can do WebDAV upload (HTTP PUT).
Ronen
6
votes
9answers
718 views
Using Subversion and Apache
I've never used any kind of source control before although I understand the concept. What I am confused about (and perhaps just not aware) is what benefit do I achieve and/or why would I want to ...
5
votes
1answer
2k views
Rails 3, HTTP extensions (WebDAV) and Rack App mounting
1 The following is more to point out to the code devs an issue of rails that can be percieved as a flaw.
2 And also me asking some oppinions from people who know better.
I want to add WebDAV to my ...
5
votes
3answers
2k views
WebDAV auto-versioning in Git or Hg or any modern VCS
I just recently learned of SVN's auto-versioning feature for WebDAV. Although I understand this is not replacement for proper versioning, with messages documenting change sets, it strikes me as a ...
5
votes
2answers
4k views
.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 ...
5
votes
5answers
3k views
Using WebDAV to access Exchange 2003 Inbox
How do you (using .NET) use WebDAV to get a listing of emails in a user's inbox (not your own inbox) and then get the properties and/or contents of each email?
I'd like to do this without WebDAV.NET, ...
5
votes
2answers
4k views
Example/How-To create calendar appointment using Exchange 03 Webdav and PHP?
I've been trying to figure this out for about two weeks. I'm able to create email items in people's folders, read the folders, all that stuff but for the life of me I can not get anything to work with ...
4
votes
2answers
1k views
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 ...
4
votes
4answers
238 views
Is it possible to override the Subversion HTML pages?
I have a subversion server, providing subversion access via Apache2 and mod_dav_svn
The system works fine and clients can access the repositories with SVN client such as TortoiseSVN etc.
Users can ...
4
votes
2answers
2k views
Powershell scripts to backup SQL, SVN
I'm trying to use PowerShell to create some backups, and then to copy these to a web folder (or, in other words, upload them to a WebDAV share).
At first I thought I'd do the WebDAV stuff from within ...
4
votes
6answers
4k views
Is it possible to write files to a remote directory using java?
I have the directory mapped on my machine so that I can browse and write to it via Windows explorer. I would like to write files via java.
File f = new ...
4
votes
4answers
1k views
Configuring Subversion to use system users/passwords
I'm using Subversion 1.6.1 with Apache, on a Linux machine. The server is running over http, not https.
I want to allow people to authenticate using the same login/password that they use to log into ...
4
votes
3answers
3k views
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 ...
4
votes
2answers
463 views
What are J2ME compatible WebDAV libraries?
I need a WebDAV library that will work on a BlackBerry, hence J2ME. Having a BSD like license (or other license that would allow use in proprietary applications) would be ideal, but if one can't be ...
4
votes
8answers
3k views
What are your experiences implementing/using WebDAV?
For a current project, I was thinking of implementing WebDAV to present a virtual file store that clients can access. I have only done Google research so far but it looks like I can get away with only ...
4
votes
7answers
3k views
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.
3
votes
1answer
118 views
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 ...
3
votes
2answers
241 views
How to edit/download '*.cshtml' and other Asp.Net files via WebDav on IIS 7.x
I have installed WebDav on Windows Server 2008 R2 Web Edition and the connection is working perfectly except when I try to download a protected Asp.Net file, like myfile.cshtml or web.config I get an ...
3
votes
1answer
171 views
How to deploy git-versioned web apps through WebDAV?
I have:
Mac OS X
web app being developed using PHP, etc
basic git knowledge ;)
remote hosting server with WebDav access
possibility to manage server files using local git binary via Terminal and ...
3
votes
5answers
349 views
implementing simple Document management
My qustion is: How would you go on implementing simple DMS(document management) based on following requirements?
DMS shouls be distributed web application.
Support for document versioning.
Support ...
3
votes
2answers
396 views
Anyone using Milton webdav library?
I am looking at using the Milton java webdav library in a project I am working on and I was wondering if anyone had any experience with it. I am looking adding a webdav interface to my application.
...
3
votes
1answer
577 views
Plone 4.0.4 and WebDAV
Ive been looking at
http://plone.org/documentation/kb/webdav
http://plone.org/documentation/kb/more-webdav
and Im able to connect to port 1980 with cadaver (on FreeBSD).
I have a simple setup of ...
3
votes
1answer
617 views
Read subject and body of email using WebDAV and C#
I am using this example from Microsoft to read the subject of an email using WebDAV. I would also like to read the body, but am unsure how to approach this. I believe this code is what needs to be ...
3
votes
1answer
853 views
Git push over HTTP not activating remote hooks
On my remote box, I've initialized a bare git repository. In the hooks directory, I've initialized the post-receive, post-update and update hooks with the following script:
#!/bin/bash
echo $0 $@ ...
3
votes
1answer
79 views
Possible to create a custom interface, making use of files managed by Alfresco?
Our company's switching from traditional, lame Windows shared drive to a Linux install of Alfresco.
I'm the sole developer here (...go me!) and I would like to hear any thoughts on what I envisage ...
3
votes
2answers
1k views
WebDav troubles for restfull WCF web service
I created a WCF restfull service in .NET 4 and I published it under IIS 7.5/windows 7 x86. The verbs GET and POST worked fine, but the DELETE and PUT gave an error:
Error: The remote server ...
3
votes
3answers
4k views
Best free WebDAV client for Windows?
Related question: http://stackoverflow.com/questions/340567/what-is-the-best-webdav-client-for-windows
The pain point for me with Windows Explorer as a WebDAV client (or as an FTP client) is that ...
3
votes
3answers
484 views
Operation timeout thrown using WebDav
I build a desktop application in C# to send an email notification to a set of subscribed users. I am using Webdav to implement this function and using OWA (Outlook web access) and everything works ...
3
votes
2answers
145 views
Normalizing (webdav) unicode paths
I'm working on a WebDAV implementation for PHP. In order to make it easier for Windows and other operating systems to work together, I need jump through some character encoding hoops.
Windows uses ...
3
votes
1answer
232 views
How can I access/modify headers of request/reponses in a Delphi 2010 DataSnap Server
I'm in the process of building a DataSnap Server that functions as WebDAV server and I'm trying to read the request headers when using a DSHTTPService and then modify the response headers.
Can anyone ...
3
votes
4answers
885 views
How can I write a WebDAV server with Delphi?
There are some WebDAV clients available for Delphi (for example included in Indy 10). Is there also a simple WebDAV server solution written with Delphi?
If there is none yet, maybe you know an ...
3
votes
6answers
667 views
What is going to overtake FTP and why aren't we using it yet?
Is it just me, or does FTP seem a little archaic? It seems slow and inefficient, and its over 30 years old, not that all old things are bad :)
What protocols exist out there that might become ...
3
votes
4answers
3k views
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 ...
3
votes
1answer
2k views
Webdav Plugin for Eclipse 3.4?
How do you get webdav support in eclipse 3.4? The development version of the 3.3 plugin I had been using in 3.3 doesn't seem to work.
3
votes
2answers
520 views
Why did Microsoft choose a RESTful API over WebDAV for BLOB storage?
Microsoft's new Windows Live Application Based Storage API is a RESTful API.
More info is here.
Why did they choose not to support WebDAV?
2
votes
1answer
93 views
Getting WebDAV content via Delphi and Indy 10 TIdHTTP
Looking on the Delphi newsgroups, it appears the best way to GET content from a WebDAV server is to use the built in TIdHTTP.Get. While doing this, the result is HTML and I just want to make sure ...
2
votes
1answer
80 views
C# standalone WebDAV
I'm seeing all these iPhone apps with built-in freestanding webDav servers. Are there any freestanding (as in its own IIS) C# webDAV projects which can be integrated into existing applications.
2
votes
0answers
56 views
Compiling Karelia's ConnectionKit in Xcode 4
I am trying to build and use the ConnectionKit framework in my code, but compiling it is yielding close to 100 errors, and about as many 'deprecated' warnings. Does anyone still use this framework, ...
2
votes
1answer
86 views
How enumerate folders and files in a SharePoint folder on Windows XP versus Windows 7
On Windows 7 I can access a SharePoint folder from Windows Explorer using the following path:
\\host@port\DavWWWRoot\Folder\
Using the System.IO.Directory class (.Net 4.0 SP1), I can enumerate ...
2
votes
2answers
1k views
2
votes
1answer
228 views
WebDAV / Spring integration?
It appears there is built in support in the form of a servlet for tomcat (see here), but we use spring heavily in my company. I haven't been able to find any examples of spring/webDav integration. ...
2
votes
0answers
132 views
Any code examples for making a Rails 3 controller a WebDAV server?
I need to implement a dynamic WebDAV server that authenticates users against users in a Rails 3 database and which saves files uploaded via WebDAV into the database. Is there any code out there that ...
2
votes
2answers
575 views
Using webdav on Android
I'm trying to make a Webdav Client for Android, and I found different Java APIs: Slide, Jakrabbit and Sardine which seems it's a promising solution. It runs like a charm in a Java Apps, but I ...