I have an apache server in my network supply a webdav share using digest authentication method. I also manage to use "Add a network location" in Windows 7 to add the webdav share. The webdav share works without any problem so far. Create, copy or delete files are working.
For the first time I access the webdav share after I logon to ...
Is it possible to create Webdav resource, that would act as a symbolic link on unixes? I.e. client would understand that this resource is a link, and that it should in fact work with some other resource?
...
Hello,
how to use the subscription-Method in "org.apache.webdav.lib.WebdavResource" ? In version 2.1 of the jakarta slide-Project there is a new Method "subscribeMethod". I can't find any examples for it. I want to get a notification, when a file on the WebDAV-Server has changed, deleted or is new. Is this possible with a subscription?
...
Hi all,
I created a WCF restfull service in .NET 4 and I published it under IIS 7.5/windows 7 x86. The verbs GET and POST worked fine, but the DELETE and PUT gave an error:
Error: The remote server returned an error: (405) Method Not Allowed.
After googling (a lot), I've found out that the problem is caused by WebDav module which ...
Hi All,
I'd like to know if this is possible Using Powershell 2.0 to traverse directory and print files on the client installed printer ?
i got the below powershell script it works great over the shared network drive but how to actually modify and use it to query the content of WebDav folders and then print only the .PDF file extension...
I am in the process of testing a web dav enabled view my system using anumber of different clients. One particular client seems to do sometimes do strange things and I was wonder is this to be expected..
The log below shows how it has somehow mangled the path to the directory(collection in webdav speak) by including again the full path ...
So I have a very weird problem.
I am writing some code in VB.Net under .NET 2.0 which interfaces with MS Exchange 2003. Because of the Exchange 2003 "requirement" I am forced to write this code using WEBDAV.
The code itself is replicating, to some degree, a schedule management process. It's creating Appointments on the Exchange Server...
Hello,
I have written a program that uses webDAV to download documents from a sharepoint server. It works well with client OS (XP, Vista, 7) but it doesn't on the 2003 server it's supposed to work.
How can I enable WebDAV client (not server) on Windows server 2003 x86 ?
...
Hi,
Our company's switching from traditional, lame Windows shared drive to a Linux install of Alfresco.
I'm the sole developer here (...go me!) and I would like to hear any thoughts on what I envisage being an interface, created by me, accessible by my team, and drawing on files stored in Alfresco, to modify some HTML files presented b...
I have the DAV SVN Apache module running so that I can serve a read-only version of my repositories over HTTP.
My goal is to be able to show available HTML-based code documentation (javadoc, etc.) in my repositories using the browser's normal HTML rendering capabilities, instead of the files being spat out as plain text by the DAV SVN m...
I want to make a ms word add-in, that does this:
It asks for a user, password and a network path which correspond to a WebDAV server, for a certain user, and if entered correctly, displays an interface from which a user can select to create, or open a file. When a user opens a document, he can click save, and that file will get updated ...
I try to config IIS 7.5 to use a managed http handler using web.config file with content below:
It works perfectly on some verbs such as OPTION and PROPFIND, but can't catch GET command on existing files.
What should I do to catch all verbs regardless of file existence?
...
Hi,
I need to send a file to webdav server from iphone app, it's include the function of create folder, update file, delete file. so i want a webdav client framework for iphone or static library, which could used at my iphone app.
I have found some code, such as ConnectionKit, it hasn't been updated in years, and i have not passed the...
Hello Stack Overflow,
How does one copy the file to a webdav share? We are currently using FSCopyObjectAsync to copy files to local file system or SMB, however it quits almost immediately when copying to a mounted WebDav share. To verify the behaviour I've run rsync and the transfer was completed in about 1-2 seconds reporting the progr...
I started with an ASP.NET MVC 2 solution and ended up pretty well.
I can subscribe an .ics file and push new events and changes to my CRM Diary as every change made remotely fires a PUT Method with the entire calendar as an inputStream.
this works fine with Thunderbird w/Lightning, but it becomes a ReadOnly Calendar in all the other us...
Hello,
1 The following is more to point out to the code devs an issue of rails that can be percieved as a flaw.
2 And also me asking some oppinions from people who know better.
I want to add WebDAV to my Rails 3 App with Warden authentication. My warden middleware is injected via Devise.
http://github.com/chrisroberts/dav4rack
...
Hi everybody,
I am building an application that needs to implement webdav server in order to share pdf file between ipad and mac, and want to access google docs and dropbox account. Im really tired and i am posting this question after i tried with all my possible approaches. please let me know if any one has any good idea.
Thanks
...
Hello,
I'm using xampp (just for local development) and have a number of virtual hosts configured using the standard httpd-vhosts.conf file to ease development, e.g. http://website1.localhost, http://website2.localhost
I'm now setting up subversion, however on following the instructions I find on the web, when I add the following comman...