webdav
Using PowerShell 2.0 to traverse directory and print files in the client?
Using Powershell 2.0, is it possible to traverse directory and print files on the client-installed printer?[详细]
2023-01-16 19:21 分类:问答WebDav troubles for restfull WCF web service
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:[详细]
2023-01-16 13:59 分类:问答Is it possible to disconnect a WebDAV share in Windows 7?
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[详细]
2023-01-16 08:46 分类:问答Exchange WebDAV Save to Drafts NOT editable
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[详细]
2023-01-14 13:55 分类:问答Exchange Server 2003 - Can't connect to exchange server in same machine
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.[详细]
2023-01-14 10:06 分类:问答HTTP digest authentication for webdav and Office 2010 upload center
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:[详细]
2023-01-14 05:01 分类:问答Help me unserstand this XML key/value declaration from the WebDAV specs
See this example from RFC2518: <D:multistatus xmlns:D=\"DAV:\"> <D:response> <D:href>http://www.foo.bar/container/</D:href>[详细]
2023-01-13 11:18 分类:问答How is data stored on a CardDav server?
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).[详细]
2023-01-11 15:19 分类:问答Basic & Digest Negotiation Authentication
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[详细]
2023-01-10 07:27 分类:问答how can I get list of revisions of file from webdav repository on client side
I\'m getting list of files via PropFindMethod: DavMethod pFind = new PropFindMethod(u开发者_如何学Pythonrl, DavConstants.PROPFIND_ALL_PROP, DavConstants.DEPTH_1);[详细]
2023-01-09 08:48 分类:问答