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

How to upload to WebDAV using a web browser?

I've setup and configured webdav on debian using the following tutorial: http://www.unix-tutorials.com/go.php?id=3711 I want to be able to download and upload files to the webdav share using a web browser. I can download and upload files to the…
caleban
  • 1,116
  • 5
  • 18
  • 34
3
votes
2 answers

In IIS7.x, does WebDAV only authenticate against Windows accounts?

In IIS7.x, does WebDAV only authenticate against Windows accounts? Do I need to create local windows accounts for each WebDAV user? Is there a way to use 'IIS Manager Users' instead?
Kev
  • 7,877
  • 18
  • 81
  • 108
3
votes
2 answers

Webdav troubleshooting on Mac OS X

Are there any tools/instructions/pointers about how to troubleshoot webdav problems on Mac OS X? Any secret mount options, undocumented webdav module logging, anything? What I usually do is to reroute webdav traffic via Fiddler/Charles…
Peter Štibraný
  • 329
  • 4
  • 11
2
votes
0 answers

How can I explore and/or modify Apache httpd's DAVLock file?

I have an Apache httpd server running mod_dav (and mod_dav_fs) and I have what appear to be stale locks on files that I'd like to manually expire. I can see the DAVLock file on the disk, and the documentation says that the file is an SDBM file, but…
Christopher Schultz
  • 1,105
  • 2
  • 12
  • 22
2
votes
1 answer

Is this an nginx/WebDAV race condition, and how to work around it?

I've got an nginx 1.10.3 server running on Debian Stretch. One of the sites it serves is a WebDAV share that is read and written by a desktop app. The app performs the following steps when a file named myfile is saved to the WebDAV server: DELETE…
smitelli
  • 1,214
  • 1
  • 10
  • 16
2
votes
1 answer

Radicale permissions

I created a instance of Radicale with Nginx doing basic authentication, but every time I login to it, it says I don't have permission to the collection. Can anyone help me find the problem? Radical Configuration # -*- mode: conf -*- # vim:ft=cfg #…
2
votes
1 answer

WebDAV drive map error 67 on Windows Server clients (not Win 7/10)

I have an IIS server that I've configured WebDAV on so a certain directory can be drive mapped on remote clients. Almost of the client computers that will need to use this are Windows Servers versions from 2008 R2 through to 2016. On my Windows 10…
Reece
  • 783
  • 2
  • 13
  • 32
2
votes
0 answers

Apache httpd server and webdav protocol

I am using an iRODS client based on webdav protocol which uses apache httpd server (https://github.com/UtrechtUniversity/davrods). I configured iRODS to use SSL+PAM authentication and it is working fine. So I put the same configuration on my web…
Felipe
  • 121
  • 4
2
votes
0 answers

Publishing Outlook Calendars. What is the server-side setting for sync frequency?

I'm working on a custom implementation of a server (VERY basic WebDAV) that accepts Outlook's published calendars. Outlook seems to have a setting (see the screenshot below) where it accepts a parameter form the server that tells it how often to…
Mihail Russu
  • 151
  • 3
2
votes
1 answer

Does/should webdav support streaming?

I have setup Owncloud and I want to use webdav to manage and access files. I prefer it over a samba share of a sftp user because of user rights and then I'll have . It works accept streaming of video/audio. I asked it on the owncloud forum but they…
janw
  • 272
  • 1
  • 4
  • 10
2
votes
2 answers

OSX 10.5 Finder friendly WebDAV server for linux?

Does any know (with authority) of a OSX 10.5 Finder-friendly WebDAV server? I setup lighttpd with the mod_webdav on my Ubuntu 9.04 box, but PUTs are not working. I'd rather not rotate through all the various options...
Stu Thompson
  • 3,349
  • 7
  • 31
  • 47
2
votes
1 answer

Apache WebDAV: Howto set authentication for share; w/ calendar support (Outlook, Thunderbird, Webapp)

I'm looking for a way to share a calendar for different platforms via a Linux Debian server which runs Apache 2.2.16 with WebDAV (mod_dav, mod_dav_fs) support. So far I use for the basic authentication process for directories. The problem is that…
wittich
  • 147
  • 1
  • 10
2
votes
2 answers

Restricting Access to Multiple SVN repositories hosted via WebDAV

I need to create and operate a number of student SVN repositories, and create some fine grained access controls to prevent students from cheating while allowing instructors to access the revision history. For a single repository, I can use WebDAV…
jldugger
  • 14,342
  • 20
  • 77
  • 129
2
votes
1 answer

Accessing SharePoint DavWWWRoot from Windows Server 2008 R2

We have a SharePoint internal corporate web site and I'd like to publish some PDFs to it automatically with Task Scheduler. Currently we do this by hand. From my Windows 7 Enterprise desktop computer I can open path…
dijxtra
  • 145
  • 1
  • 7
2
votes
1 answer

net use encountering "System error 67 has occurred." when trying to map from script running as service

I have a service running, on windows Server 2008 R2, which requires access to a webdav mapped drive, for copying file dependencies. Everything works when I run net use from command prompt: net use z: https://domain.com/webdav /user:thisuser…
Jason Huntley
  • 1,253
  • 3
  • 10
  • 22