I have a problem trying to connect with our network webdav share on mac osx. I can connect from windows, so it's working. On Mac OSX I have set the routes, and I can connect when using "Transmit" but not with "Mac Finder" or any other webdav client for mac so it's not a network or login problem, but a problem with the applications.
My team and I are building a webDAV server using Apache 2.2.
We have run into an issue with user permissions.
I am setting up Lion server so users on an Active Directory network can access webdav folders from iPads.
I have got this working fine when accessing a shared multi user folder.
I want users to also be able to access their own personal folders, with no one else being able to access the folder.
I can share the Users folder out to Active Directory groups but this will give each user access to oth
Hello,I am using Otixo to link all my cloud services to one webdav server which I can mount in my file manager.However, I would also like to sync the webdav server with a local folder similar to what the Dropbox client allows me to do.
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.
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!
I have a local folder on my Mac that I want to sync with a WebDAV server.
There are a lot of files in my folder.
With FUSE it is possible to mount many things purely as a non privileged user. However, it seems that for webdav davfs2 is the preferred project, which appears to be a filesystem driver and uses the standard mount/umount which requires privileges.
Is there a way to use this (or another library) to mount webdav only as a user via fuse ? (i.e.
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.