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

Excel file always opens in Read-Only mode over WebDAV

I mapped a WebDAV drive in my Windows Explorer. I can access files and browse etc. But. When I try to open my Excel file it always opens in Read-only mode. How do I open a file so it opens with write permissions? I'm sure no-one else is working on…
3
votes
1 answer

Nginx webdav is not showing files/folders with special chars

I have Nginx with WebDAV module working and everything is right, except the files or the folders that contains any square brackets ] or [. That files/folder are never showed in the list. I never had this problem with Apache, so I guess that Apache…
blacksoul
  • 252
  • 7
  • 22
3
votes
1 answer

WebDAV Incorrectly Opening PHP Files

I'm not sure if this is the right StackExchange site to ask this on, but I think it's the closest related to the topic. I'm running a WebDAV server using Apache's mod_dav on Linux (Ubuntu). I've successfully connected to it with Windows 7. However,…
Eric
  • 33
  • 6
3
votes
1 answer

WebDAV mapped drive asking for username and password

Since we migrated domains we're having problems with mapping a drive using a WebDAV connection in our login script. It's a simple net use x: \\server.domain.com\folder Which used to authenticate automatically (all we needed to do to make this…
confus3d
3
votes
1 answer

Get WebDav uploading progress and status (Linux, davfs2)

I am using WebDAV on Linux box with davfs2 1.4.6. When I copy a file to a mounted WebDAV service, it is goes rather fast, just like a regular local drive operation. And it actually is, because the file is first copied to ~/.davf2/cache directory.…
Hnatt
  • 291
  • 3
  • 9
3
votes
2 answers

Remotely copying files from WebDAV server?

My iDisk is about to expire, and I can access it through the WebDAV protocol. I own my own server, and I know it's possible to access my iDisk through WebDAV. I was wondering how I would go about initiating a transfer from a WebDAV-based server to a…
Befuzzled
  • 33
  • 1
  • 3
3
votes
1 answer

Apache 2 WebDAV, server trash folder?

I've just started experimenting with WebDAV under Apache 2.2 on CentOS 5. It works well although the Windows WebDAV client is clunky and nowhere near as seamless as it should be. When a user deletes a file through WebDAV, is there a way to have it…
batfastad
  • 456
  • 1
  • 11
  • 22
3
votes
1 answer

files from subversion repo mounted as DAV, get zeroed out shortly after writing

I have a subversion repo with "SVNAutoversioning on" which usually allows webDAV clients to make changes to files without a checkout-edit-commit cycle, and this works well for some subset of the repository for convenience. In this instance I am…
Tom
  • 11,176
  • 5
  • 41
  • 63
3
votes
1 answer

Webdav mounting on XP

I have an SSL tunnel application which transmits data from port 80 to 443 (sets up port 80 as local server and reads/write received data to HTTPS). I can mount this application in Windows 7 or Virtual-PC XP (using net use X: http://localhost/drive/…
Chojny
3
votes
2 answers

configure apache/webdav readonly for user x, read/write for user y

I'm using Apache 2.2 on RHEL 6.x. I can get webdav setup as readonly for user x or readwrite for user x but can't figure out how to make it read only for user x and read/write for user y. I just have a single folder /var/www/html/davtest owned by…
user82296
  • 81
  • 1
  • 1
  • 6
3
votes
1 answer

cadaver automatic login (WebDav Client)

I have been using cadaver recently, although is there a way to login automatically e.g. a one liner: cadaver http://webdav.server.com user=xxxxxxxxx pass=xxxxxxxxxxx I can't use davfs2, since my VPS won't mount WebDav, because it complians about…
James
  • 33
  • 1
  • 3
3
votes
2 answers

WebDAV and Windows 7 client

I've enabled apache dav module on my site and configured digest authentication for it. Now i'm trying to connect windows drive to it. Command follows: net use z: http://dav.mysite.com/Files /user:username * then it asks for password. After that…
Dmytro Leonenko
  • 456
  • 1
  • 7
  • 24
3
votes
1 answer

Is there any difference between git-http-backend and simple dav repository hosting setups?

In some searches, I've found two slightly different approaches on how to serve a git repository over http. The first one is using only DAV. The second one uses DAV and git-http-backend. Is there any difference between the above approaches?
3
votes
3 answers

How to add a web folder via command line (Windows)

I am trying to add a web folder via command line in windows. At first I though I should use the "net use" command, but when I tried I kept getting System error 67: C:>net use * http://dev.subdomain.domain.tdl/dav/ the user name for …
Ryan
  • 31
  • 3
3
votes
2 answers

How do I enable HTTP-DAV in Apache?

I'm trying to enable HTTP-DAV on Apache (httpd.x86_64 2.2.3-43.el5.centos) running on CentOS 5.4. I have the following relevant entries in my httpd.conf. LoadModule dav_module modules/mod_dav.so LoadModule dav_fs_module…
Manos Dilaverakis
  • 327
  • 3
  • 4
  • 9