Using Powershell 2.0, is it possible to traverse directory and print files on the client-installed printer?
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 DELE开发者_运维问答TE and PUT gave an error:
I have an Apache server in my network with a WebDAV share using Digest Authentication. I alsoused the \"Add a network location\" in Windows 7 to add the WebDAV share. The WebDAV share works without an
I am having the foll开发者_如何学Cowing code to Save message to Exchange WEBDAV Drafts folder. IT saves the message but If open it in Outlook, Send button is Disabled and the message is readonly. Plea
I have an Exchange Server running in a remote machine. We also have an application that connects to this Exchange Server through ActiveDirectory and Independentsoft\'s WebDav.
I have a web application that has a WebDav share for Word that uses http digest authenticat开发者_如何学编程ion. We use javascript like the following to open word documents on thein word:
See this example from RFC2518: <D:multistatus xmlns:D=\"DAV:\"> <D:response> <D:href>http://www.foo.bar/container/</D:href>
I wanted to ask a question about server data. I am new to server programming, but I have to l开发者_开发技巧earn about the CardDav server (CardDav is developed by the WebDav).
I\'m writing a WebDav implementation. I have implemented both basic and digest authentication. My problem is that Digest Authentication isn\'t implemented by all clients. (开发者_开发问答In particula
I\'m getting list of files via PropFindMethod: DavMethod pFind = new PropFindMethod(u开发者_如何学Pythonrl, DavConstants.PROPFIND_ALL_PROP, DavConstants.DEPTH_1);