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

Problems mounting IIS8.5 WebDAV to a local drive letter

I posted a question earlier this week about our IIS8.5/WebDAV setup: IIS8.5 with WebDAV only serves read-only files I have the basics working, but now having trouble with mapping the WebDAV to a drive letter on a client PC (Windows 10). My IIS setup…
jimtut
  • 217
  • 1
  • 3
  • 13
0
votes
1 answer

IIS Application to exclude "bin" directory

We're trying to setup IIS as a WebDAV server, using a new "app" created in IIS and available at http://servername/Shares/. This "app" points to a folder on the local server that is also shared through Windows Sharing as \servername\Shares. (I keep…
jimtut
  • 217
  • 1
  • 3
  • 13
0
votes
2 answers

IIS8.5 with WebDAV only serves read-only files

Windows Server 2012 R2 with IIS 8.5 and the WebDAV feature installed and enabled. It looks like all the basics are working: $curl --ntlm -u username:password -i -X OPTIONS http://server/file.docx HTTP/1.1 200 OK Allow: OPTIONS, TRACE, GET, HEAD,…
jimtut
  • 217
  • 1
  • 3
  • 13
0
votes
1 answer

Apache reverse proxy removes headers from webdav server

I have been using Davenport+Tomcat through an Apache AJP reverse proxy for several years and it has been a great help in my institution. I would like to migrate to SAMBADAV maintaining the same configuration for my users who access davenport server…
Javi M.
  • 26
  • 1
  • 5
0
votes
1 answer

Why can I not copy directories to a WEBDAV mount?

I am trying to copy files from my primary data storage server into an OwnCloud instance. The data storage server has successfully mounted the user's directory on the OwnCLoud server, via webdav. I can copy files from the data server to the OwnCloud…
Roger Creasy
  • 861
  • 3
  • 11
  • 18
0
votes
1 answer

Baikal and Carddav Android 20:not a directory

I installed Baikal 0.4.5 to my new Debian server with Nginx and PHP 5.6. Past installations of Baikal completed without any problems. Unfortunately now I can't connect with Carddav on Android…
Bredje
  • 1
0
votes
1 answer

Trouble setting up WebDAV

0 vote down star Rather than using FTP to access my hosting provider, which I read is unsecure, I'm trying to set up WebDAV (which I've never done before). I don't see WebDAV in the Actions pane of IIS Manager. So I found a link at…
user24242
0
votes
1 answer

How to expose windows file share via HTTPS and NTLM authentication?

I want to be able to expose the contents of a windows file share via HTTP, so a file can be linked to using http:// rather than file:// which doesnt work in all popular browsers. I want to be able to authenticate the user hitting the http:// url…
0
votes
2 answers

SVN & Apache via WebDAV

I'm trying to configure Apache to run with SVN. This works pretty well except the authentication. # /etc/init.d/apache2 restart * Restarting web server apache2 apache2: Syntax error on line 185 of /etc/apache2/apache2.conf: Syntax error on line 1 of…
Atmocreations
  • 179
  • 3
  • 10
0
votes
0 answers

How to correctly process backups from webdav folder

So I have a GNU/linux server running apache with mod_dav. Users can upload their backups into their respective user folder. I would like to write a scanner that scans those directories and passis it along to a backup program and remove the local…
Niels
  • 11
  • 3
0
votes
1 answer

Can WebDAV be configured to give me access to directories outside of its own root?

I need to read and write to a directory which is a peer to my WebDAV root. The WebDAV root is "$TOMCAT_HOME/webapps/webdav". I would like to write to "$TOMCAT_HOME/webapps/myApp". Can it be configured to allow this? Perhaps via a symbolic…
dacracot
  • 469
  • 2
  • 13
  • 28
0
votes
1 answer

outlook trying to access image through webdav in email signature

I have an html email signature and 1 image on it which is hosted online. In Outlook 2010 it tries to get this through webdav which at atimes to users can take a while, once it fails then it gets it through http. How can i prevent this from…
shorif2000
  • 351
  • 1
  • 8
  • 28
0
votes
2 answers

haproxy: WebDAV simply won't work with Microsoft Windows

So I have HAproxy listening for http/https on a virtual IP. I have two Apache2 (apacheserver1 and apacheserver2) servers serving web traffic. Everything is working fine - I am serving web pages, my clients are forced to use https, my SSL cert is…
ostrich
  • 71
  • 1
  • 8
0
votes
1 answer

Fusedav autostarting strange permissions

I try to set up automatic mounting of remote disk using fusedav. I use this command to mount it. /usr/bin/fusedav -u user_name -p 'secret_password' https://webdav.yandex.com /home/user/ya If I am logged in it and execute this command it works fine.…
Tebe
  • 161
  • 1
  • 8
0
votes
0 answers

Mounting a webdav share to its original Linux server

Ok, so normally, a server provides a webdav share, and that can be accessed by mounting it on some other computer. What I want to do is to mount it (permanently) not elsewhere, but on the actual Ubuntu server that is providing it. My questions: Is…
Ben Opp
  • 247
  • 4
  • 12