Questions tagged [webdav]

Web Distributed Authoring and Versioning is an extension to the HTTP/1.1 protocol that allows clients to perform remote Web content authoring operations.

Web Distributed Authoring and Versioning is an extension to the HTTP/1.1 protocol that allows clients to perform remote Web content authoring operations.

293 questions
0
votes
1 answer

webdav on iis7.5 - simply cannot make it work

I won't bore with the details, but I've tried every possible combination of settings to get webdav to work on win 2008 r2 and iis 7.5. I'd just like to find out if anyone else has faced challenges making this work and found some magical combination…
boomhauer
  • 151
  • 1
  • 1
  • 6
0
votes
1 answer

What's wrong with my webdav setup?

I'm trying to set up a webdav server on my Mac running OS X 10.6.6. Here's my /private/etc/apache2/extra/httpd-dav.conf file: Alias /webdav "/Library/WebServer/WebDAV" Order Allow,Deny Allow from all …
Noah
  • 103
  • 1
  • 3
0
votes
1 answer

WSAECONNRESET (10054) error using WebDrive to map to a Subversion/Apache WebDAV share

I'm using WebDrive to map a drive letter to a WebDAV share running on Subversion with the SVNAutoversioning flag enabled. The Subversion server is running CollabNet Subversion Edge with LDAP authentication. When trying to connect using WebDrive, I…
Dylan Beattie
  • 576
  • 3
  • 9
  • 24
0
votes
1 answer

Folder shared over internet by multiple users

We would like to setup a folder on a server where we would keep our documents. This folder would be mapped to windows like a network drive where users can copy/paste documents. Thing is, this folder would not be on local network, it would be on a…
This is it
  • 171
  • 1
  • 2
  • 10
0
votes
1 answer

Sharepoint 2010 Explorer View

So I'm having some really weird problems with SharePoint 2010 and viewing document libraries in Windows Explorer with WebDAV. I've got two separate farms setup, one for dev/testing and the other for production. On my dev/testing farm, explorer view…
Evan M.
  • 842
  • 9
  • 16
0
votes
1 answer

IIS6 returning 404 for all requests containing "Translate:f" header

I have written a custom WebDav implementation which is now hosted in IIS6, which now accepts "Translate:f" as a header but as it does so bypasses my custom http module (ASP.NET 3.5) and returns a 404 error. It is correct that there is no resource at…
Adam
  • 121
  • 4
0
votes
2 answers

svn post-commit not performing

ive been sitting on this for about 7 hours, and ive aged close to 7 years... ahhh, server admin does that to me. i have svn wired through apache2 with webdav in the usual manner (basically like…
davin
  • 101
  • 1
0
votes
2 answers

Is there away to get around shared folder resource limits?

We have a situation where we need to share out a shared folder on a PC running WinXP to more than 10 users. Apparently there is a limit to the number of connections for a shared folder(?). To add a little complexity, the data can not simply be…
0
votes
1 answer

FTP-like folder with mass copy protection

This is something I'm trying to find a solution to for a couple of weeks now. I have a folder on my server which I'd like to share with my partners overseas but I have a very specific demands from it -all partners should have access to view the main…
Joe
  • 115
  • 1
  • 3
0
votes
2 answers

IIS7 WebDAV Browsing

I'm creating Virtual Directories in IIS7 so that external people can browse various documents. It's all looking good, except the browsing is in a dull text format. How can I create more of a "Windows Explorer" look and feel when they browse to the…
BIDeveloper
  • 187
  • 10
0
votes
3 answers

WebDav files cannot be opened, only copied

I have a WebDav folder ("Web Disk") set up via CPanel and mapped to a Windows XP boxes and Windows Vista boxes. On the Windows XP boxes, none of the files in the WebDav folder can be opened by double-clicking and there is no Open right-click option.…
David Citron
  • 143
  • 1
  • 2
  • 7
0
votes
1 answer

Is there a way to use individual DSA key-pairs for Apache (WebDAV) Authentication?

I'm basically looking for a way to allow for secure, but password-less authentication to SVN through WebDAV (I would rather not use svn+ssh.) I know this is possible with SSH, is it possible with Apache Authentication too?
Nate Wagar
  • 143
  • 4
0
votes
1 answer

Hosting a subversion working copy in an remote WebDAV folder

This might be a bit awkward, but I'll try to explain what I am trying to achieve and what problems I encountered. First of all: whats this about? I am currently trying to set up a distributed working enviroment for developing a web page. My plan was…
Daniel Baulig
0
votes
1 answer

WebDav uploads fail on files with certain characters on Apache

Have webdav uploads working great on one our boxes but anytime there is a ; # or * (and maybe a few others) the upload fails. That is expected since they're restricted characters but I'm curious if there's a way to rewrite/rename those files on…
bnferguson
0
votes
0 answers

WebDAV server that respects user accounts

I’m investigating implementing a WebDAV server and all the public advice points to Apache2. There are 2 issues with this, first it uses it’s own password file rather than the users system password and second file accesses and writes seem to be…