Nautilus 3.6.3Even though Nautilus is _supposed_ to be able to connect to WebDAV servers, as here:WebDAV and Secure WebDAVBased on the HTTP protocol used on the web, WebDAV is sometimes used to share files on a local network and to store files on the internet. If the server you're connecting to supports secure connections, you should choose this option.
I have a WebDAV volume which works very well except OS X. We now use Macs though and while they can read from the volume fine, they cannot create new files on it. Any time we try to create a new file, we receive odd errors in our console like the following:
9/15/12 10:40:51.002 PM webdavfs_agent[53252]: error parsing lock token;
This translates to the user as a -36 error in the Finder.
We are trying to figure out how to best mount a network share on OSX machines (only).
We went with WebDAV initially which does what expected but it's extremely sluggish.
Also the Finder seesm to have problems working with WebDAV.
Are NFS and in particular AFP better to work on network folders as if they were local folders?
Any advice appreciated.
Thanks!
I am running a CentOS server on Amazon EC2 and have WebDAV, Apache, and mod-ssl installed. I tested my current configuration first through port 80 and was able to connect to the dav without a hitch.
I then authored my own SSL certificate and changed the configuration accordingly.
all.
I'm trying to use WebDAV as a shared folder with Finder (OSX Mountain Lion), but I keep getting:
Operation did not complete because file is in use — although no one is using the file.
What could be the problem?
Are there any fixes that can be applied server-side?
Thanks!
Serverwatch: "I had a request this week to check out davfs2. This neat open source utility allows you to connect to a WebDAV server as a regular filesystem, meaning that applications that don't support WebDAV can still access resources shared via WebDAV."
I am unable to connect to map a WebDAV server location in Windows Explorer that I have successfully connected to via Internet Explorer.
Does anyone know what the reason for this would be?
I can get to the point where Windows asks me for my credentials, but when I put the correct username/password combination in, it will not authenticate. Why is this happening?
How To Set Up WebDAV With Apache2 On OpenSUSE 12.2
This guide explains how to set up WebDAV with Apache2 on an OpenSUSE 12.2 server. WebDAV stands for Web-based Distributed Authoring and Versioning
and is a set of extensions to the HTTP protocol that allow users to
directly edit files on the Apache server so that they do not need to be
downloaded/uploaded via FTP.
How To Set Up WebDAV With Apache2 On OpenSUSE 11.2