Web Distributed Authoring and Versioning is an extension to the HTTP/1.1 protocol that allows clients to perform remote Web content authoring operations.
1
vote
0answers
188 views
WebDav returns error 405 on IIS 7.5 and OS Win2k8
I have configured a WebDav application on IIS 7.5 with OS Win2k8.
I created a local user of Server machine.
But When i try to upload a file using my WebDav application it gives me error 405.
I set ...
2
votes
2answers
269 views
Remotely copying files from WebDAV server?
My iDisk is about to expire, and I can access it through the WebDAV protocol. I own my own server, and I know it's possible to access my iDisk through WebDAV.
I was wondering how I would go about ...
0
votes
2answers
747 views
mounting webdav as user (no sudo)
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 ...
2
votes
2answers
160 views
WebDAV Security and Hardening
What are the security ramifications that one should be aware of when considering using WebDAV? How does one go about securing it? What else should I know about it?
1
vote
1answer
855 views
IIS 7.5 returning 403 in WebDAV PROPFIND request
I am configuring an IIS 7.5 server for WebDAV. When the client application issues a anonymous PROPFIND request to read the directory contents, the server returns a 403 Forbidden status. I need it to ...
1
vote
1answer
84 views
SVN DAV only lists parent directory via HTTP
I'm configuring SVN DAV via Apache2 using the following configuration:
<Location /svn/>
DAV svn
SVNParentPath C:\svn_repository
SVNListParentPath on
Allow from all
...
2
votes
1answer
124 views
Using a MySQL users table in subversion
I'm currently starting to work for the first time on setting up a small ubuntu server that has mysql and subversion. I have never set up a server before and I am doing it for a professor. Currently I ...
0
votes
3answers
690 views
Sync local folder with WebDAV
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. After I edit some files or add/remove folders, I want to be able to sync the changes ...
0
votes
1answer
73 views
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 ...
1
vote
1answer
1k views
The backup destination specified by the remote shared folder does not exist
I have a webdav share which I mount to my windows 2008 r2 server via webdav (desktop experience feature).
Is it possible to backup to this? I get the error:
Windows server backu is unable to access ...
2
votes
1answer
61 views
Apache 2 WebDAV, server trash folder?
I've just started experimenting with WebDAV under Apache 2.2 on CentOS 5. It works well although the Windows WebDAV client is clunky and nowhere near as seamless as it should be.
When a user deletes ...
0
votes
1answer
252 views
Apache override in sub-location
This is my Apache vHost-configuration:
<VirtualHost subversion.domain.com:80>
ServerAdmin changed@domain.com
ServerName servername.domain.com
Documentroot /srv/www/htdocs/svn
...
1
vote
2answers
718 views
from svn to git (+ LDAP + password-less updates + passworded access control)
We have an SVN setup and there are some things we dislike about it and some things we like about it. We want to move to git, but we're not sure exactly what setup will work for us. We're currently ...
1
vote
2answers
323 views
SSL on Apache seems to significantly affect WebDAV performace
I'm using Apache 2.2 running on Windows Server 2008 R2 as a WebDAV server for clients to upload large media files (roughly 100-2000MB). I am finding that when I have SSL enabled (openSSL 0.9.8o) and ...
1
vote
4answers
567 views
Run FTP server on port 80 along with web traffic
I have IIS running two sites + IIS virtual folders (w3root) on a win 2k3 server. I wondered if there were any way to also piggyback FTP traffic on that pipe by using port 80 on the ftp server.
How ...
1
vote
0answers
245 views
WebDAV user permissions on a per file basis
My team and I are building a webDAV server using Apache 2.2.
We have run into an issue with user permissions. We have it currently set up so that user permissions work for folders on the server but ...
0
votes
1answer
299 views
Browse git repository over Webdav (debian)
I would like to be able to browse a (bare) git repository over Webdav.
Note that I do not want to be able to push/pull over Webdav. Instead, I actually want to be able to browse through my files via ...
0
votes
2answers
554 views
xcopy to WebDAV drive gives directory not empty error
I am trying to synchronize two folders. I am trying to synch a WebDAV mapped drive folder (Z:\Images) with a folder on a hard drive on my local computer (E:).
Here is the command I am running:
xcopy ...
2
votes
1answer
74 views
files from subversion repo mounted as DAV, get zeroed out shortly after writing
I have a subversion repo with
"SVNAutoversioning on"
which usually allows webDAV clients to make changes to files without a checkout-edit-commit cycle, and this works well for some subset of the ...
0
votes
1answer
225 views
Trouble enabling webdav support with Windows Web Server 2008
I have a Windows Server Web 2008 SP2. I am trying to connect to a webdav server (https) and copy some files from this server.
Mapping the network drive, or copying a file via Powershell, works fine ...
0
votes
1answer
181 views
Configure a webdav directory outside apache2 document root?
My team has a web application running on apache2 that allows us to download and upload files.
The document root is /var/www/html.
Obviously we don't want anybody to see our work papers, so we ...
2
votes
1answer
1k views
PROPFIND requests from a Microsoft-WebDAV-MiniRedir/6.0.6002 user agent on Apache server where Samba is also running
Ok, here is the context. We've a server which is inside our network; on the server there is a Samba configured, providing access to a number of shares; there is also and Apache server providing other ...
1
vote
0answers
124 views
IIS configuration to publish files
I have a web service that will save a file that will be published externally through IIS.
The idea was to use Webdav to save the file, but that would mean that the file could be altered externally as ...
1
vote
0answers
190 views
Why there are only PROPFIND lines in these IIS 6 WebDAV server logs
I've built an application using Adobe's Livecycle Collaboration Services, which puts and gets session recordings (basically, ZIP files) to my WebDAV server.
Adobe servers are able to upload the ...
1
vote
2answers
205 views
Filename Case issue with over WebDav
We are accessing SAMBA shared directory from a Windows Client with WebDav client WebDrive. But we are having the issue that it is showing same contents in both the directories ( data/ & Data/ ) ...
1
vote
2answers
2k views
Could not open the lock database - Apache WebDAV setup
I configured a WebDAV server using Apache. Here is my configuration:
DAVLockDB /var/www/DAVLock.db
<Location /majid>
AllowOverride None
Options +Indexes
DAV On
AuthUserFile ...
0
votes
1answer
336 views
Connecting to office 365 shared document library via webdav on OSX
I think pretty much what I need is in the title. I'm looking for one person who's managed to do that, and how. I would appreciate it. I tried Cyber Duck, and it let me down
0
votes
0answers
503 views
Problems with Web Shared Folder in Windows Server 2008 R2 (IIS 7.5)
First of all, good day/evening!
I am dealing with a problem and would appreciate if someone could help, for I have found no specific guides for it in the web (at least none that actually worked...).
...
0
votes
1answer
119 views
Git push corrupting DavLockDB on git push over http
I have a git over http using apache+webdav, autenticating on a ldap directory.
It is working ok for most users, but since last friday (FUN FUN FUN!!! just kidding), when one particular client tries ...
0
votes
1answer
339 views
Setup apache2 WebDAV to work on user directories with correct permissions
I am going to give an extra access for users on the Linux box to their files through WebDav using apache2 and dav, dav_fs modules. But found that all files are created by web server owner. Is it ...
0
votes
1answer
589 views
Safe to rsync or cp or mv files to webdav?
I've got an Apache webdav directory serving files to clients read-only. Clients are limited to get,propfind and options. Is it 'safe' to populate this directory using native OS commands like rsync, ...
0
votes
1answer
214 views
Sharepoint Webdav Performance
I am running a Netgate M1n1wall on our small office Comcast Business connection. When I connect to Sharepoint via Webdav remotely, the performance is really slow, e.g. it takes 15-20 seconds for the ...
3
votes
2answers
204 views
Windows is unable to remember login credentials for DAV network share
I have a WebDAV server running on a linux server through Apache, which I am then attempting to map on a windows machine.
The mapping works fine, I provide my credentials and it logs me in, but the ...
1
vote
0answers
183 views
Webdav share (SharePoint) modification date gets updated when selecting/clicking a file
In a SharePoint document library there is a option to open the library as webdav share with Windows Explorer.
When I am browsing the webdav share and I select a file (not opening it or anything, just ...
2
votes
1answer
210 views
WebDAV / website with LDAP permissions
In IIS, (virtual) folder permissions can be set to NTFS ACLs on the folder so that filesystem permissions become prominent on the web. In that way it becomes relatively trivial to set up a site where ...
0
votes
2answers
2k views
configure apache/webdav readonly for user x, read/write for user y
I'm using Apache 2.2 on RHEL 6.x. I can get webdav setup as readonly for user x or readwrite for user x but can't figure out how to make it read only for user x and read/write for user y. I just have ...
2
votes
4answers
535 views
Is Samba the right choice for me?
we have a distributed application which uses large amounts of content (all kind of files). There are several servers that need to access the content. Right now the content is stored on each server ...
5
votes
2answers
3k views
Apache and per-user WebDAV DocumentRoot
I have a WebDAV user set up that currently gets usernames and passwords from my MySQL Database. I give users the option to use WebDAV for large file uploads (this is for a file sharing service I'm ...
0
votes
2answers
3k views
Enable WebDAV File Sharing in Mac OS X Lion Server
Has anyone been able to turn on the iOS document sharing in OS X Lion Server? I can't connect to the file share using WebDAV.
0
votes
2answers
356 views
Allow Directory Listing for SVN WebDav
I've got a couple local repositories that I can successfully access using Apache WebDav.
This apache is also a production webserver and I've got directory listings disabled globally.
Here's the ...
1
vote
1answer
392 views
WebDav mirroring with Apache/Nginx
Folks,
I have an "origin" server where data is being dumped using WebDav. I need to distribute this data to edge caches as soon as the data is received on the origin. I will use either Apache or Nginx ...
3
votes
1answer
213 views
Webdav mounting on XP
I have an SSL tunnel application which transmits data from port 80 to 443 (sets up port 80 as local server and reads/write received data to HTTPS). I can mount this application in Windows 7 or ...
0
votes
2answers
437 views
Subversion on Ubuntu with multiple repositories and separate commits
When I first set up SVN on my server, I opted for the WebDAV http://... access method. However, I could not find out how to enable multiple repositories with this configuration. With this method, any ...
5
votes
1answer
466 views
WebDAV for accessing fileserver for iOS apps
With the sudden onslaught of iOS apps that can use WebDAV for syncing, along with the fact that we are not happy with our user's data being stored in North Carolina (evil IT overlord strikes again) we ...
1
vote
1answer
1k views
cadaver automatic login (WebDav Client)
I have been using cadaver recently, although is there a way to login automatically e.g. a one liner:
cadaver http://webdav.server.com user=xxxxxxxxx pass=xxxxxxxxxxx
I can't use davfs2, since my VPS ...
1
vote
1answer
170 views
SVNParent (DAV) at different paths on same server
We currently have a subversion server at svn.company.com for internal (and occasionally external) use. Currently, the repositories are located at /svn/[project] via SVNParentPath. However, management ...
0
votes
1answer
600 views
IIS: Publish directories by username on IIS WebDAV
We need to publish some network directories via WebDAV on our internal network for some mobile devices (mainly iPads).
The intended layout is something like:
http://webdav/username/ points to ...
0
votes
3answers
387 views
WebDav server on Windows 7
Question: Is there a way to set up a WebDAV server on windows 7 pro?
Info: My mom works for a non-profit psychology clinic that just got new computers. They have win7 pro and office 2010 on all ...
0
votes
1answer
267 views
Error 405 with Propfind on IIS7
I'm attempting to get SCCM running and one of the problems I'm running into is that WebDAV is not functioning properly on the server. After a lot of tracing, I've figured out that the problem is that ...
2
votes
1answer
798 views
Webdav, WS2008 R2 Web edition and IIS 7.5
I can see this is rapidly becoming a FAQ.
Something is preventing me from accessing a shared folder via Webdav. Here are the steps taken so far:
0. Hosted machine has two IP addresses, 2 sub-domain ...