webdav

Batch update on Exchange WebDav

Hi Guys, I am trying to update a bunch of items in a shared Exchange calendar, using WebDav. What I want to do is rename events, similar to what I would do in SQL: UPDATE appointments SET subject = 'New Name' WHERE subject = 'Old Name' Is there a way to do this in a WebDav query? Thanks. ...

Webdav failing to use integrated authentication since domain migration

We have a program that uses webdav, authenticating with windows authentication so users don't have to type their username and password. this worked fine until we migrated domain. now the code that used to connect returns error code 5 (access denied): string psPassword =null, psUsername=null; structNetResource stNetRes = new structNetRes...

WebDav And Exchange2007 HTTP1.1 404 Ressource not Found!

i have Exchange2007. and i am using the url: "https://exchange2007.exchange.server.com/Exchange/username/calendar"; 'calendar', or 'mailbox'( in your language! example, "boite de reception" in french or "calendário" in portuguese) with that url that i'm using i can list my ressources, but can't send a mail or write an appointement! wh...

Save a text file to a remote network shared folder like https://...

My client provides a network shared folder in the format of https://xxxx with user name and pwd. I need to write a console application to put a text file there. Is there any .Net class or library available? I prefer open source lib if available. By the way, I can see the shared folder from Windows File Explorer: My Computer->My Network ...

How can I put a WebDAV filesystem in my DVCS when I can't write to the root?

I have WebDAV access to a filesystem where I can't write to the root of the filesystem, but can write to 2 folders beneath it. I'd like to: track my changes in a single DVCS repo (git/hg preferred) work directly on the WebDAV connection rather than constantly pulling changes into it (this would hurt my workflow quite a bit) Assume th...

Getting subject line of e-mail using webDAV and .NET

I need someone more well versed in this area to re-title the question I am trying to learn more about webDAV and .NET. I have written an app that needs to pull all e-mails from an inbox on the server. I need to load these e-mails into an object that has the following properties: - From - To - Subject - Body I found a VERY he...

How do I copy a .eml file when I have the uri?

I am using webDAV and .Net 2.0 to gather information on an email account on a server running Exchange Server 2003. I have access to the uri which looks like this: http://my.mailserver.com/exchange/user/Inbox/someImportantEmail.EML I attempted to copy the file like so: Dim uri As New Uri(uriNode.InnerText) If uri.IsFile() Then ...

command-line utility for WebDAV upload

Hi, I need a command-line utility that can do WebDAV upload (HTTP PUT). Ronen ...

WebDAV "PROPFIND" exception in IIS due to network share?

Hi all, We're finding continuous exceptions in our event viewer on our live box to the following exception: [snippet] Process information: Process ID: 3916 Process name: w3wp.exe Account name: NT AUTHORITY\NETWORK SERVICE Exception information: Exception type: HttpException Exception message: Path 'PROPFIND' is forbidden. Th...

svn repo for Magento is very slow!

I'm working on building a website using Magento eCommerce. I set up a subversion repo on the server for the website including all Magento PHP files and checked out a copy to my local system using svn/webdav. I've added magento to the repo and committed. Now, any svn opearation, even an svn status or svn commit, building the list of files...

Size limit on exchange server 2003 Item properties

Hi, Is there a limit on the size on value of property of an item in Exchange [Contact,Task etc]. In outlook I was able to create a item property with value having 100,000 Characters but when read this item property in exchange using webdav value was not Synchronized from outlook to exchange. It could sync property value up-to 4000 char...

Adobe Acrobat and WebDAV

I am trying to open and edit (add annotation) and save the PDF to an IISWebDAV repository. I am using Acrobat Pro 9.0 and IIS 5.0 on XP SP2. I need to be able to open the Acrobat programmatically from a Winform Application. I tried using Process.Start(url), but it opens the PDF in the browser document. Tried the following setting in Ac...

How to generate a UUID for Exchange - using WebDav for appointment creation

I have an web app that is creating appointments for clinicians within a EMR. The clinicians wanted a way to send the created appointments to their outlook calendars as a way to sync appointments to their Palms, Blackberries, etc. I am following this: http://msdn.microsoft.com/en-us/library/aa493903.aspx What I am running into is that ...

Is it possible to tune internal windows webdav client? (mini-redirector)

I recently compared Windows Vista internal Webdav client (mini-redirector) to WebDrive, because Vista seemed to be very slow. I found that Windows Vista uses only 1 HTTP connection and needs 9 requests on average to upload one file, while WebDrive uses 2 HTTP connections for uploading by default (can be configured to use more), and need...

How can I write a WebDAV server with Delphi?

There are some WebDAV clients available for Delphi (for example included in Indy 10). Is there also a simple WebDAV server solution written with Delphi? If there is none yet, maybe you know an implementation in a different language (C#, Java) which you can recommend as a starting point for a WebDAV server implementation? (It does not ha...

Is it possible to write files to a remote directory using java?

I have the directory mapped on my machine so that I can browse and write to it via Windows explorer. I would like to write files via java. File f = new File("http://dev1:8080/data/xml/myTestFile123.xml"); f.createNewFile(); I am getting the following error: Exception in thread "main" java.io.IOException: The filename, directory ...

How to programmatically move files into a WebDAV directory

I would like to programmatically move a group of files from a local directory into a WebDAV directory. I am guessing a simple batch file would not work because it is a WebDAV directory. Note: the machine is Windows Server 2003 so there is no support for mapping a WebDAV directory to a drive letter so the drive just looks like this: htt...

What is the easiest method of working with a mailbox on an exchange server using .NET from a remote client?

So I have to make a windows service that scans incoming mails in a mailbox on an exchange server for specific words and then deletes the mail. The mailbox I will be scanning currently holds more than 70000 mails. I've tried using the exchange WebDAV protocol, but it usually times out before responding. Are there any alternatives to WebDA...

For a shared git repo served over SSH and HTTPS, how to control access for both protocols?

I'm using hooks/update to control who may update particular refs in a shared repository. This works great for SSH, but I recently discovered (with git-1.6.4.2, at least) this hook does not influence WebDAV pushes, i.e., any user may update any branch. Yes, I could add Require group ... directives as in 8 ways to share your git repositor...

Disable Word/Sharepoint Integration

I have a requirement to disable the integration between Sharepoint and Word in a project that I am working on. This requirement comes from the request that the user is able to edit the properties of the document but not edit the document itself. The request has also been made to disable the Shared Workspace toolbar that appears when a d...