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

nginx reverse proxy to apache WebDAV server returns 0-byte files after uploading

Setup: client <-> nginx(:443 SSL) <-> apache(:80 WebDAV) Client uploads file to webdav server. Upload succeeds but file appears to be 0 bytes in size. When SSHing in to apache server the file is confirmed to be 0 bytes. If I connect to the apache…
user242796
  • 1
  • 1
  • 2
0
votes
1 answer

Is it possible to share DFS root through WebDAV via IIS in case of IIS is not on DFS server?

Is it possible to share DFS root (not DFS subfolders individually) through WebDAV via IIS in case of IIS is not on DFS server, using NTLM authentication. Is there any Best-Practices? Should I share it as a website root (in this case I get problems…
filimonic
  • 323
  • 3
  • 14
0
votes
2 answers

ownCloud WebDAV interface seems to be broken

I've been trying to host ownCloud on my server but everytime I try to it tells me this : Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken. Please double check the installation…
Menno van Leeuwen
  • 219
  • 2
  • 3
  • 9
0
votes
1 answer

Visual Studio 2010 Web Deploy - slow and full of errors

When I say slow, I'm talking something like 10-30kb per second. And on some files larger than 1MB, I'll occasionally get errors like this: 3/18/2014 12:21:08 PM:C:\Program…
0
votes
3 answers

KeePass (on Ubuntu) gets 401 Unauthenticated on HTTP IIS WebDAV Share

I'm looking to figure out why KeePass2 installed on Ubuntu 12.04 Desktop keeps getting error 401 (Unauthorized) when accessing our password protected WebDAV server (hosted on IIS). Firefox is able to connect using my credentials. KeePass is not able…
Kyle Johnson
  • 163
  • 1
  • 2
  • 8
0
votes
2 answers

Which remote file system can be used on Linux without occupying local space?

I want to extend my server's local disk on Debian 6.0 by mounting a remote file system. But I don't want to have this remote file system to occupy (too much) local disk space, for instance with caches etc. On my remote server which offers the…
derFunk
  • 119
  • 6
0
votes
1 answer

mount cloud storage under Linux via socks?

I'm trying to mount cloud storage under Linux, but via a SOCKS proxy. One suggested solution I found is to use davfs2, but as far as I can tell it only supports a Http Proxy. I've tried this: sudo apt-get install davfs2 #enable the following in…
steve cook
  • 179
  • 5
0
votes
1 answer

Securing Apache (WebDav - File upload)

Just a note, I have been a programer for years but always had a real sysadmin to take care of the servers, with my newest job, that is up to me, so this may seem simple, but I'm doing by best to things right. (I know I don't like it ether) So the…
0
votes
1 answer

Share exact Gb via webdav

How can i share exactly e.g. 5 Gb via WebDAV for a user without partitioning? I would like to do it for 20 users so every user would get different 5Gb personal space. The operational system is Centos6 with apache2 and php5 with mysql. The user…
Ewert
  • 5
  • 5
0
votes
1 answer

Accessing Webdav on Windows Server 2008 R2 with XP

We have IIS 7.5, with webdav enabled, installed on our file server (FS1). We have multiple Virtual Directories. When trying to connect to 2 of the VD's through network places on XP machines it says the network location is unavailable. However if I…
0
votes
1 answer

Can I configure webdav users dynamically from a web application?

I would like to offer a solution that allows direct editing of documents hosted on my web application. I understand that WebDAV can be used to achieve such a task as Microsoft office can open and save files on a WebDAV server. The application is…
Tim
  • 123
  • 6
0
votes
1 answer

WebDAV on server exposing ZFS data from another server

Is it even possible to have WebDAV server hosted on one computer and its pulling the "data" (folders and files and all) from another server? Something like so: CentOS Proxy | …
SteveMustafa
  • 429
  • 1
  • 5
  • 11
0
votes
1 answer

Prevent Apache from deleting files on 500 error

I have the following problem when using Apache 2.2.16 running on Windows Server 2008 R2: I have the server configured as a WebDAV server for automated client software to upload files to. However if the network connection between the client and the…
takesides
  • 101
  • 1
  • 10
0
votes
1 answer

Cadaver with Kerberos: 401 Unauthorized

How to make Cadaver connect to a WebDAV server that uses Kerberos authentication? Usually cadaver http://localhost:8080/alfresco/webdav works, I can browse files, but on a network with Kerberos I get: Could not open collection: 401…
Nicolas Raoul
  • 1,334
  • 7
  • 22
  • 43
0
votes
1 answer

Using WebDAV for automated downloads

I currently manage a number of sites (at one point about a dozen, currently four, but soon growing into the dozens or hundreds) that serve a piece of software to clients at their remote locations. Our web server is Windows SBS Server 2k3, and the…
Geo Ego
  • 205
  • 3
  • 13