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
4
votes
8 answers

Best non-VPN Solution for remote access to SAMBA Shares?

The problem we have is simple and I doubt we're alone in having it, our users want access to their Windows shares from off-campus. We need a solution that's secure and simple. ATM we are running the Davenport SMB to WebDAV bridge and it does work,…
Bart B
  • 3,457
  • 6
  • 31
  • 42
4
votes
2 answers

Mac WebDAV Connection Read-Only Issue on Windows Server 2008 WebDAV Folder

I set up Windows Server 2008 (x64) and installed the WebDAV extension to IIS 7 (also x64) and created a WebDAV share. I also created a self-signed certificate and enabled HTTPS on the box - requiring HTTPS to connect to the WebDAV share. I can…
cpuguru
  • 401
  • 5
  • 14
4
votes
6 answers

A free WebDAV client for Windows?

I'd like to copy files from a network drive to a SharePoint site (perhaps as a mapped drive). What's a good client to do so? Obviously Windows (XP) Explorer is bad, I'm trying RichCopy at the moment. Any opinions on CoreFTP? Are there any…
blong
  • 144
  • 1
  • 1
  • 13
4
votes
1 answer

Apache dav modules produce cadaver: Could not access / (not WebDAV-enabled?)

I installed apache then I am able to access the default page from the command line: $ wget http://127.0.1.1 Using webmin in web browser: https://localhost:10000/ Servers>Apache WebServer>Global configuration>Configure Apache Modules> Enable the…
CW Holeman II
  • 421
  • 1
  • 8
  • 23
3
votes
0 answers

Slow Access to Mapped Drive and WebDav

I'm running a Windows 8.1 x64 media server for my living group on my university's campus which serves about 40 people (though not all at the same time). It has a 1000Mbps synchronous connection to all authorized users on our campus. Currently I've…
mc1175
  • 31
  • 2
3
votes
4 answers

Copy file to WebDAV via Command Line on Windows 2003

I need to copy a file from a Windows 2003 server to a WebDAV folder (on the same server, if it matters). This operation will be performed via a batch script executed via Scheduled Tasks. I've enabled the WebClient service on the server. So far…
Boden
  • 4,968
  • 12
  • 49
  • 70
3
votes
1 answer

Use Kerberos ticket to access WebDAV

Using Apache's mod_dav as the server, Samba 4.1.17 as the server and any version of Windows from 7 upwards as the client how can I mount a WebDAV share using Kerberos for the authentication? Currently I have WebDAV and Kerberos confirmed working…
Flexo
  • 588
  • 9
  • 23
3
votes
2 answers

How to use the current user credentials to access a WebDAV share?

We use WebDAV to share Outlook calendars. I set up a WebDAV server with IIS on Windows 2012 R2. It works fine. This Windows 2012 R2 is on the local network and it belongs to an Active Directory's domain. Every client are also on the local network,…
Gregory MOUSSAT
  • 1,673
  • 2
  • 25
  • 50
3
votes
1 answer

Write access on Apache WebDAV server

I have set up a WebDAV server running Arch Linux 3.19.3 and Apache 2.4, according to the Arch Wiki [1] [2] and the Apache Documentation [3]. The only changes I made to /etc/httpd/conf/httpd.conf: LoadModule dav_module modules/mod_dav.so LoadModule…
user275991
3
votes
1 answer

WebDAV and Windows 7, no write access

I have configured my Apache 2.4.10 with WebDAV: DavLockDB "/etc/httpd/var/DavLock" Alias /public "/srv/webdav/public" Dav On AllowOverride None Options Indexes AuthType Digest AuthName 7ooo AuthUserFile…
Philip
  • 185
  • 1
  • 2
  • 12
3
votes
4 answers

How can I upload/download or modify .htaccess files using WebDAV?

I've set up a Ubuntu server with Apache 2. Instead of FTP, I'm using WebDAV to upload/download files and it works great. However, it's not possible to upload/download or modify .htaccess files, because the Apache server returns an 404 (forbidden)…
Bernd
3
votes
3 answers

"Permission Denied" Errors Serving SVN/WebDAV to Mac OS X

I am setting up a server for a small office. Due to technical difficulties, they had files disappearing constantly. In order to prevent this, I am setting up Apache with Autoversioned Subversion over WebDAV. The server is running Fedora 10 (PPC). I…
3
votes
2 answers

How to hide files in Apache 2.2 WebDAV Directory listings

I use Apache 2.2 as WebDAV file server to a bunch of Mac and MS Windows clients. Unfortunately both clutter the filesystem with files like .DS_Store or thumbs.db. Since hte files distract my users i want to hide them from directory listings.…
max
  • 301
  • 2
  • 7
3
votes
1 answer

What does AuthForwardServerList do?

A bit of context, we have several Windows 7 clients connected to an LDAP backed Samba PDC. We also have a Zimbra 8 server that authenticates off the same LDAP. When users logon to the Windows 7 clients, a batch script maps number of network drivers…
jeshurun
  • 254
  • 1
  • 2
  • 7
3
votes
1 answer

Do WebDAV mapped drives work similar as network mapped drives

I'm trying to share an Excel 2007 Workbook with Sharing capability. I already tried sharing it over the network from my computer and it worked perfectly. Multiple users were able to open/edit/save it at the same time. Excel took care of merging the…
Robert Koritnik
  • 912
  • 5
  • 19
  • 35
1 2
3
19 20