WebDAV (World Wide Web Distributed Authoring and Versioning) is the Internet Engineering Task Force (IETF) standard for collaborative authoring on the Web
1
vote
1answer
16 views
Open a .PDF located in WebDAV directly into Acrobat (or default PDF app.)
I have a PDF in a webDAV Server and when it comes down to Opening the document, as I would any other Word or Office Document, after it asks me If I would like to open the file it just hangs and then ...
0
votes
0answers
5 views
How to configure iis 8 handling SEARCH verb
I was working on configuring webdav site using windows server 2012 and iis8 and faced with issue that SEARCH method is not recognised by iis.
For instance, I send request like this
http: ...
0
votes
0answers
12 views
Upload file to webdav server on Android with Jackrabbit lib
I use Jackrabbit lib to implement webdav and try below code to upload a file:
try {
PutMethod put = new PutMethod("server/100.jpg");
client.executeMethod(copy);
File f = new ...
0
votes
1answer
27 views
+50
Add a <clear /> element to WebDAV authoringRules using powershell
I am adding a WebDAV authoringRule using
Add-WebConfiguration /system.webserver/webdav/authoringRules -PSPath IIS: -Location "$site_name/$app_name/VD" -Value @{users="*";path="*";access="Read,Write"}
...
0
votes
0answers
32 views
Configure session timeout in webdav Alfresco
i want to configure Alfresco webdav server in order to logout after 10 minutes from authenification. Do u know please how to do it ?
0
votes
2answers
17 views
Should WebDAV server support HEAD on folders?
I have discovered that one of the WebDAV clients is sending HEAD request to WebDAV folder (collection). The WebDAV server that I am testing with does not support HEAD on folders and responds with ...
0
votes
0answers
8 views
Can Tomcat's WebDAVServlet be used to expose a folder/directory that is not the Tomcat webapp directory?
Context: I wish to create a WebDAV webapp on Tomcat (7.0.39) to expose a directory other than the Tomcat webapps directory for the webapp. I am using the default WebDAVServlet provided by Tomcat. ...
-2
votes
0answers
17 views
What is webdav and what is this app? - django-webdav-storage [closed]
What is webdav and what is this app? https://github.com/Eksmo/django-webdav-storage
What type of problem solved?
-1
votes
1answer
23 views
Setup web dav with tomcat
I m looking for setup WebDAV to my tomcat. I m new to this concept. I want which war file to be downloaded. how to set up wabdav in my tomcat. to do program with java
Thanks in advance
0
votes
2answers
96 views
Open .doc located in webDAV server directly into Word
You see I am trying to edit a file that’s in the WebDAV server, but I am doing this through ASP.NET and C# in a DotNetNuke Website. I saw the code for the Sample Server Browser
included with the ITHIT ...
0
votes
1answer
28 views
Tomcat's webdav repeated 401 when it's deployed on Mac OS X
I have deployed tomcat 7.0.39 on a Mac OS X 10.7 with Java 1.7.0_04-b21, and turned on webdav shipped with tomcat. I try to connect it with Finder using either BASIC or DIGEST authentication, the ...
1
vote
0answers
40 views
WNetAddConnection2 works with wrong credentials
i've got a strange problem with using WNetAddConnection2.
First of all i connect to a WebDAV folder with correct server name, user name and password.
Connection get established as expected and i can ...
0
votes
1answer
76 views
Illegal Chars in recursive Directory traversal
im trying to count the amount of files in folders recursivly on a mounted WebDav Drive.
Following Script works if there are no illegal Char's in Path or Filenames and like a Charm on my local Disk.
...
0
votes
1answer
22 views
A lock database was not specified with the DAVLockDB directive. One must be specified to use the locking functionality. [500, #401]
I am trying to deploy my maven project website using WebDAV protocal into apache 2.2. Server.
And When I am deploying the application to the server, I am getting above error.
I have following ...
0
votes
0answers
49 views
WebDAV links open read only first time
I have integrated a WebDAV server into my website (using the product by IT Hit) to allow users to do "online editing" of Office documents without having to download and re-upload. It generally seems ...
0
votes
1answer
81 views
Webdav.Net Ajax File Browser: cannot connect to the webdav server in FireFox 20.0.1
I am using the code below to display the ajax file browser control in a .Net Web app project that I run locally using the development web server on an auto assigned port.
The webdav server runs ...
1
vote
0answers
119 views
Detect that the path is SkyDrive path/Resolve skydrive path to WebDav path
Preamble:
If you try to save a file from any Microsoft Office app to SkyDrive folder, then the app (Word etc) will detect that and switch to accessing SkyDrive directly via MS extensions for WebDAV ...
1
vote
1answer
74 views
Opening a WebDav folder in Windows explorer fails on subsequent tries
I have a WebDav server built using the ITHit WebDav.Net classes.
I run the project in VS 2010 using IIS 7 (not the built-in dev web server) in release mode.
When the project starts up it launches IE ...
1
vote
0answers
25 views
How to make Mini-redirector to remove entire folder on a WebDAV server using single request?
I have found that when Microsoft Mini-redirector deletes folder it deletes it file-by-file. This produces a lot of server requests.
Is it possible to force Mini-redirector to delete entire folder in ...
-2
votes
1answer
75 views
Unable to upload all files on webdav server using webclient and httpwebrequest C#
public int UploadFile(string url, string localFile,out string a_Error)
{
WebClient webClient = new System.Net.WebClient();
webClient.Proxy = null;
webClient.Credentials = new ...
2
votes
3answers
52 views
Displaying error description in WebDAV response
I have built a WebDAV compliant server-side application, which is connected to Windows Web Folders. As I was doing some manual tests to confirm that the code does what it's supposed to do, I was ...
1
vote
1answer
87 views
Handling WebDAV requests on MVC action
I have an existing MVC3 application which allows users to upload files and share them with others. The current model is that if a user wants to change a file, they have to delete the one there and ...
0
votes
0answers
34 views
WebDAV search on IIS Servers using Microsoft Server extension MS-WDVSE
WebDAV RFC 4918 doesn't include search functionality.
RFC 5323: WebDAV search is a standards track RFC published in 2008 but it doesn't appear to have support in popular servers such as IIS and ...
0
votes
0answers
67 views
apache httpd webdav server(use mod_dav) reject “PUT” only because file name?
apache httpd running as webdav server use mod_dav.so, a client use PUT method to upload files.
when the file name contains more than 9 chinese characters, the PUT is success.
otherwise, failed.
The ...
0
votes
0answers
23 views
Office Mac Script application to open webdav url
I am trying to script MS Office for Mac.
On Windows, or OpenOffice, calling the binary with a 'http://' link as a parameter will launch it from WebDAV. On Mac Office, it doesn't reliabily (though ...
1
vote
1answer
19 views
concurrent transfer task limit on WebDAV server
I've built up WebDAV server based on ITHitWebDAVServerEngine, Could you help tell me how to get the number of concurrent transfer tasks ? and limit the maximum of concurrent uploading? Thanks
2
votes
1answer
44 views
Trailing Dots Get Truncated from URL
I am working on creating a WebDAV server in .Net, using IT HIt WebDAV engine.
Here's the issue:
When a URL ends with a dot ('.'), the dot is being truncated from the URL. For example: ...
0
votes
1answer
84 views
Enable webdav on htaccess [closed]
is it possible to enable webdav within an htaccess file?
My problem is plesk. It doesn't parse in my changed config files With the enabled webdav.
So how is it possile to enable webdav out of an ...
1
vote
1answer
36 views
MarkLogic WebDav documents created as binary instead of xml
I am trying to create a dynamic website using MarkLogic and xQuery as the server side language.
I have created a WebDav server and am using windows explorer to create xml documents within the ...
0
votes
0answers
53 views
Davical/LDAP authentication - database error when creating new users
I have Davical 1.1.1 installed and working fine with the default authentication. I'm trying to enable LDAP authentication with an OpenLDAP 2.3 server. Authentication seems to be working fine (logs ...
0
votes
1answer
27 views
how to get realname from inotify with webdav
I have a php script witch monitors a webdav directory for new / changed files.
but when there is any action in the directory inotify only returns a temp name (.davfs.tmp251671). not the actual file ...
0
votes
1answer
35 views
How to overwrite or at least delete a remote file via cadaver with webdav server?
I'm sending backups offiste via webdav, they are on a monthly rotation so I just want my uploads to overwrite last months files on the webdav server:
cadaver https://files.server.com/webdav/ ...
0
votes
0answers
205 views
Authorization Required 500 internal server error apache http server java sardine implementation
I am trying to upload file in apache http server(Some Url) using WEBDAV sardine concept..I coded for file uploading and Apache server configuration and all.
I wanna do this file Read and ...
0
votes
1answer
59 views
Difference between WebDAV and socket.io (which one is better ?)
Here is my story :
I have a busy server (too much queries every minute), and I'm trying to upload images on that server, the problem is I don't know what to use to have good performance.
Can someone ...
0
votes
1answer
106 views
webdav search returns 405
I am building a client application for webdav. I have implemented webdav protocols like MKCOl, delete, prop find, move, copy and it is working fine. When I tried to implement search method, server ...
0
votes
2answers
72 views
WebDav Protocol VS HTTP Protocol
In what way WebDAV protocol is better than HTTP protocol in terms of upload.
Is there comparison between Socket Upload protocol and WebDav Upload protocol?
0
votes
0answers
35 views
Determine if WebDav is enabled/disable on Win 2003
I am searching for a script which determine if WebDav is enabled/disabled on Win 2003 ( IIS6).
0
votes
0answers
35 views
How can I trace webDAV in apache by using gdb under linux environment?
I want to trace the data flow while a webDAV command is coming.
At first, I trace it line by line but there are so much functional pointer.
For example, in modules/dav/main/mod_dav.c line 1558
if ...
0
votes
0answers
121 views
Publish to WebDAV option disable for outlook 2007 shared calendar
I have a Shared Calendar in Outlook which I want to Publish to WebDAV. The options to publish is disabled. But, I am able to publish my own calendar to WebDAV server. I am using Outlook 2007.
Does ...
0
votes
1answer
140 views
ThinkTecture Identity Server and WebDAV
Following is something that I want to implement:
Custom WebDAV Module that handles all the WebDAV requests and serves the user based on our internal logic.
OAuth with ThinkTecture Identity Server to ...
0
votes
0answers
46 views
Building a client library for WebDAV on J2ME
I have been doing some digging on a library for WebDAV on J2ME and had no luck.
I found that there is a webDAV client for J2ME (PaderSync), but its an application.
I have opt in building a library for ...
0
votes
0answers
22 views
Is it possible to return 403 based on request?
Microsoft WebDav implementation in Office 2010 is causing authentication popups on our webapp. It turns out a solution is to return 403 to the client whenever PROPFIND or OPTIONS is sent to a specific ...
2
votes
0answers
132 views
Git fails to clone repo from ownCloud's webdav interface
I am having some personal git repos on my ownCloud. I can clone it from 2 ubuntu machines and a Windows PC by accessing ownClouds webdav url: http://myserver.a/remote.php/webdav/repos/repo.git
...
2
votes
1answer
63 views
IT-Hit WebDav Server and client certificate?
Does anyone know if it the IT-Hit WebDav Server (http://www.webdavsystem.com/server) can accept and check client certificates? Perhaps it is something that IIS does for the product when deployed in an ...
0
votes
1answer
109 views
Issue with microsoft word url encoding during webdav protocol
We have :
a webdav server running on Linux (java application)
a client on Windows 7, using ms-word 2010
The urls to open our files end with the files' names, and are encoded in UTF-8 before to be ...
0
votes
1answer
35 views
WebDav namespace schema
can anybody provide any xml schema for DAV: (WebDav) namespace for validation of
request?
Goal is to check requests before processing request.
I try to search any with ggl, but i can`t find any xsd ...
0
votes
0answers
165 views
openerp webdav configuration
Hello if there someone that can help me with troubleshooting webdav on OpenERP7?
i have following in my openerp-server.conf
addons_path=/opt/openerp/addons,/opt/openerp/web/addons
xmlrpc = True
...
1
vote
1answer
54 views
ITHit Ajax Browser upload cancel issue, truncated file left on server
If user cancel an upload in Ajax Browser it seems as if a partial file is left on server. I would expect that partially uploaded files are deleted. Is there a solution to this? or is it possible to ...
2
votes
1answer
153 views
IT-Hit WebDAV server checkout mode and interaction with MS Office
We are developing a web application that will provide some WebDAV features and to implement these we are evaluating the IT-Hit server engine component for .NET.
The aim is to give the user a certain ...
0
votes
1answer
248 views
Sardine android webdav
I have a big problem with Sardine on Android. I have download the Sardine library for Android and use it in my project. PUT and GET method works but LIST method don't work and I don't know why.
...

