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
1
vote
1 answer

FTP Server Administrative Interface via Web

I am working on creating an FTP server ... I need to administer it via an online web interface. I tried http://proftpd-adm.sourceforge.net/ but I couldn't get it to work. I have even considered moving to a webdav configuration except I couldn't…
Adam Evers
  • 79
  • 6
1
vote
1 answer

How can I access a webDAV folder as a UNC share?

First of all I'm just getting to know about webDAV and appreciate your patience. I have a virtual directory on IIS 6 (windows 2003) which is based on a network share on a file server, different from web server. Something…
Amar
1
vote
2 answers

How to edit files directly on webdav in windows

I have a webDAV setup with the cPanel webdisk. I can connect to it through NetHood and I can drag and drop files to/from there. What I can't do is simply edit any of the files directly. I need to copy it somewhere else, edit it, then copy it back.…
phazei
  • 129
  • 6
1
vote
3 answers

REST on *just* IIS7 (without a webframework)

I want to upload files directly to IIS7 (in this case I am using the WebRequest object in .NET). Thus I need IIS7 to accept POST, PUT, and DELETE verbs such that I can upload and delete files on the server directly. Is it possible to have IIS accept…
1
vote
1 answer

The easiest way to set up an encrypted SVN repository?

I'm using Subversion and TortoiseSVN under Windows, connecting to a Linux webserver running svnserve. I have basic shell access to the Linux webserver. I have a non-encrypted link working, i.e. I can connect via TortoiseSVN…
Contango
  • 1,150
  • 5
  • 15
  • 31
1
vote
2 answers

Authenticating with Exchange WebDAV / Outlook Web Access

I'm having issues accessing Exchange WebDav / OWA from any machine but the IIS & Exchange server. We've got a small development domain running Windows 2003. One server (which we'll call IIS_box) runs IIS and Exchange 2003. The IIS_Box has Outlook…
Grhm
  • 293
  • 5
  • 16
1
vote
0 answers

davfs and cadaver can't login to server

I try to mount a dav folder and I can't login to it. I got a Could not authenticate to server: could not handle non-ASCII username in Digest challenge everytime. After testing multiple time, I assume the issue is with the number, my login is like…
eephyne
  • 781
  • 1
  • 5
  • 9
1
vote
1 answer

webDav server edit

I do have access to a web-dav server, and I configured it using "Add network Places" in my local XP machine. Can anyone let me know what tools are available if I would like to edit files on server.
None
1
vote
2 answers

AH01630: client denied by server configuration

I am trying to set up a webdav server on my centos 8 and am stuck for the last hours with a "client denied by server configuration: /srv/webdav/fs" message. I have read several threads where this error occurred but none helped me find out the…
Vallout
  • 11
  • 1
  • 4
1
vote
1 answer

Is it possible to share files through Apache WebDAV?

Apache WebDAV allows to setup a WebDAV server without the PHP overhead which is usualy produced through Nextcloud/Owncloud. But is it also able to: share a file / folder with other authed users? share a file / folder by link for a guest? Does…
mgutt
  • 503
  • 1
  • 7
  • 24
1
vote
0 answers

Webdav Path Length over 256

I mounted Webdav in Windows 10 as a Network Drive Z. The Problem is that the Folder Structure and Path Length is way to deep for my Windows Explorer. https://dms-vser01:9090/ix-webdav/DMS ->…
ahdgfd
  • 139
  • 4
1
vote
1 answer

webdav client with UNC paths on windows server 2012: The system cannot find the path specified

I'm logged in on a Windows Server 2012 R2 host and I need to access files on webdav servers. One is Sharepoint and the other is Apache. The Desktop Experience feature was installed and the server was rebooted. I can map both shares as network drives…
basin
  • 558
  • 1
  • 5
  • 22
1
vote
1 answer

OS X Snow Leopard Server SVN WebDav setup issue

I followed this article (http://agileshrugged.com/blog/?p=14) to setup my SVN server on OS X Server 10.6.2. I'm trying to use the web based service instead of svn+ssh. The problem is when I get to the step to change the confi file, there is no…
David
1
vote
0 answers

Configuring a Nginx WebDav server that can be mounted in Windows

I am trying to set up a WebDav server using Nginx that is accessible by two types of users. A read-only and a read-write one. Users want to mount this as a Windows drive. I can open the share in Chrome or using a program like CyberDuck or FileZilla.…
Sander Toonen
  • 113
  • 1
  • 6
0
votes
1 answer

apache2 webdav givng a 405 error after enabling ssl certificate

Apache 2.4.29 \ Ubuntu 18.04 LTE The webdav was working fine before I was using an SSL connection, that is, when I was using a "http://" URL to access the folders in my server (which is pc with ubuntu running apache). I was using cadaver to check if…