webdav

Different Unique Ids created using WebDAV and Exchange vs Outlook

I am creating an appointment in Exchange via WebDAV, but the UId created is not the same as if I create the appointment in Outlook. The UId I believe is the same as the GlobalObjectId and should be unique and not change. The UId if created via WebDAV is: CD0000008B9511D182D800C04FB1625DDD67374428B4C644A0A359A2586E30B3 The UId if cre...

Can apache be configured to ignore OPTIONS requests?

I run a small webapp for a couple of departments at work, which is very low traffic and doesn't have that many users. It's built on top of Django and uses apache as the web server. I have things configured to email me when any errors occur which until yesterday was a great thing - there aren't many errors, but sometimes the users don't ...

Java: How to upload a file to a WebDAV server from a servlet?

Hi, my ajax application uploads a file to a Java application container from the user's browser. What I'd like to do is this: once the uploading has completed I want to "send" the file to a WebDAV server, identified by the host name (i.e. localhost), the port (i.e. 8080) and the location where I want to store the file (i.e. dir1/dir2). ...

configure exchange server to allow webdav query

im writing a webpart trying to query the exchange using webdav and im getting Unauthorized error all the time. what i need to configure in the exchange server for it to work? ...

Windows Command Line History

I need to programmatically mount a WebDAV volume in Windows using C, and I think I'm going to use system() to achieve this (via the 'net use' command)... However, since net use requires that the password be written in plain text, I just wanted to make sure there's no logging of commands run in the Windows command line shell... I know in ...

Using RackDAV to expose a webdav directory in a Rails app, how can I map the directory to serve up?

I am using RackDAV, and it's GREAT! http://github.com/georgi/rack_dav However, the only way I can get it integrated into my Rails app is to modify my server startup file, which I copied from /vendor/rails/railties/rails/commands/server file! Obviously not great. I have this working: app = Rack::Builder.new { use Rails::Rack::LogT...

Programmatically downloading a file from Sharepoint without using Web Services?

I'd like to fetch some files from a SharePoint site, however I do not want to use the web services as a) I want to be compatible with both 2007 and 2010 and b) I'm not sure if Web Services can give me all files on a site. SharePoint Designer can do that, and it seems to use FrontPage Server Extensions using _vti_bin/Author.dll. Also, I ...

REST on *just* IIS7 (without a web framework)

Hi, I want to upload files directly to IIS7 (in this case I am using the WebRequest object in .NET). Thus I need IIS7 to accept POST, PUT, and DELETE verbs such that I can upload and delete files on the server directly. Is it possible to have IIS accept files without a a web framework like ASP.NET? Essentially I want to be able to use I...

How to upload web.config file using WebDAV on IIS7?

I want to copy an ASP.NET MVC website to a remote IIS 7 server using WebDAV. I have created a site in IIS, enabled WebDAV and assigned a special application pool I have named "WebDAV Application Pool". Using a Windows 7 or Vista client I'm able to mount the remote site as a network drive. So far, so good. However, I have problems upload...

what is WEBDAV?

hi, i want to use webDAv server to share files among systems and (iPod or iPhone)in my iphone project.to use it,i have to use individual webserver? or is it a built in facility ? any one can help? ...

webdav enabled windows server 2003, "SEARCH" http method available

webdav enabled windows server 2003, “SEARCH” http method available BUT... is not in the responseheaders for "DASL" (using http options), only e.g the following would return http 400 bad request. HTTP SEARCH <?xml version='1.0'?><DAV:searchrequest><DAV:sql> some query </DAV:sql></DAV:searchrequest> using asp.net ...

Errors when attempting to publish aspx files via webdav

Hi there. After I installed the .net framework 3.5 to my iis box (which didn't have any previous version of .net fraemwork), I'm not long able to upload the aspx page via WebDav with MS Expression Web. I got the "HTTP/1.1 403 Forbidden " error message. Also I got this error "Server Application Unavailable" when trying to open the aspx...

webdav implementation in c

Hello Everyone, I would like to know do we have any webdav protocol implementation in c or c++. Thank You in advance.. ...

Downloading attachments from Exchange with WebDAV

Hi there! I've been trying to retrive attachment from message in Exchange 2003 server using WebDAV. Ican successfully read messages and retrive list of attachments. However I am failing to save attachments. In both cases errors is: "The remote server returned an error: <403> Forbidden. Any idea what I'm doing wrong? My code: ...

Getting Outlook calendar items based on subject

I'm trying to get a list of calendar objects from exchange and sorting them based on subject. The part of of getting the objects just based on date and sorting out via subject is in "code" is now working, but i want to do a sort on subject in the "sql" first, but im unable to make it work ( Currently getting error from exchange saying th...

Auth fail - c# set appointments in my calendar in Outlook using Webdav

When I try to login to my Outlook url to reach for my "Calendar" / "Agenda" my VS2008 .net throws the following exception: {System.Net.WebException: De externe server heeft een fout geretourneerd: (401) Niet gemachtigd. bij System.Net.HttpWebRequest.GetResponse() bij OutlookAPI._Default.Page_Load(Object sender, EventArgs e) in D:...

Normalizing (webdav) unicode paths

Hi guys, I'm working on a WebDAV implementation for PHP. In order to make it easier for Windows and other operating systems to work together, I need jump through some character encoding hoops. Windows uses ISO-8859-1 in it's HTTP request, while most other clients encode anything beyond ascii as UTF-8. My first approach was to ignore t...

How to host a custom webdav module in IIS?

Hi, I have been using an open source WebDAV framework named "Sphorium" for quite some time to talk to my data repository.. I have been using Cassini web server to host my WebDAV server module and everything was working just fine if I map the server as a web folder in my system. However, i found that Cassini web server does not support "h...

MobileMe Connection - Cocoa

Hi, I need to send a file to MobileMe via Cocoa. I stumbled across a .Mac framework from Apple but it hasn't been updated in years, so I don't want to use it due to possible compatibility problems it may cause. I think that the MobileMe.framework is private, so I don't think I can use it. What kind of alternatives are there available f...

Moving Webdav app from Win server 2k to Win server 2k3 now getting authentication issues.

I have an intranet web app that uses CSS httpFolder to map a webdav folder to an IFrame on a web page. The user then can drop files in the frame and the page processes them when the user presses the button. This works well on a Win 2k SP4 server running IIS 5. I have moved the app over to a Win 2k3 server running IIS 6. I have made sure...