I have got a working C# code for accessing OWA mails using WebDAV against a FBA enabled exchange 2003 (http://support.microsoft.com/kb/891748/en-us/)
But my client's OWA (exchange 2003) has Basic authentication and SSL (i-e when I try to access the web mail link through browser I get a grey login box instead of a web page I can log into...
We've got a CMS system written in .NET C#. This system has editing facilities for templates (essentially HTML files) and various other support files such as CSS and javascript files.
These "files" are not really files, but database records and they are edited using plain old textareas within the CMS system.
To make editing these "file...
What are the main technical differences between CMIS and WebDAV?
If applicable, what exactly does CMIS improves over WebDAV?
I am not asking about adoption rates or number of implementations, just about the technical differences between each of those standards.
...
I am trying to connect to a secure webDAV folder and download a file. I am having problems just trying to get a response from the server and as it keeps giving me a 404 Not Found error as soon as I call Request.GetResponse(). I can connect to the webDAV folder using Windows Explorer by mapping a drive but cannot seem to do this in code. ...
Hi!
Is it possible to get Flash Media Interactive Server working in conjunction with MogileFS? What it boils down to is that I need FMIS to fetch the FLV files from MogileFS over HTTP. As far as I can tell, however, the FMIS can only fetch and stream files from a local store :/
Anyone have experience with this or other ideas?
Thanks!
...
When accessing a webdav using Windows Explorer (Not IE), the call is redirected thru the svchost.exe process (with webclnt.dll).
When i check get the pid of the process that is connected to the local port, i get the pid of the svchost.exe process.
How can i get the user account that the call was associated to?
...
I just read the WebDAV Appendex in the O'Reilly Subversion book. I don't quite understand it. It talked about users being able to "mount" WebDAV directories (trees) and manipulate the files like they would normally and on saves the server would automagically create a new revision.
The way it explained it, it sounded like it would work f...
Hi all,
To provide some context, I'm interested in the creation of an app which allows editing of HTML interfaces, simplifying things down a bit though I want to investigate WebDav as an option for controlling the collaborative data aspect of this app. I want several collab features to be a part of what I'm building.
I'm running WAMPP ...
We are trying to access e-mails with xml attachments through webdav or even Outlook web access. However, we get the message that the content is unsafe and that it has been blocked.
I have tried to do the trick mentioned by Microsoft here: http://support.microsoft.com/?kbid=555001
But it doesn't seem to do anything for me.
The xml-atta...
Hi,
My team and I are programming a sort of Document Manager and the idea is to store them completely on DB.
Is there a protocol or Extensions that allows us to show a "Virtual Directory" or files that are really non existent (only in DB). How does Sharepoint do this?
I understand that Sharepoint uses WebDav but it implies that the fi...
I know that it isn't normally safe to modify a commit from a pre-commit hook in Subversion because SVN clients will not see the version that has been committed, and will cache the wrong thing, but I'd like to clean the code from a versioning-naïve WebDAV client that won't keep a local cached copy. The idea is that when I look at the repo...
I have an internal web page that I have an iframe with the source pointing to a webdav folder. This allows the user to drag and drop a number of files on the iframe window which a button on the main page then kicks off a server side task to process the files.
I am looking for an alternative that will allow me to drag a group of files ...
I build a desktop application in C# to send an email notification to a set of subscribed users. I am using Webdav to implement this function and using OWA (Outlook web access) and everything works fine till the 33 mail then 'Operation Timeout' exception is thrown.
I can rerun my application to send emails to the remaining users but agai...
I have tried to hack together a small test project, but it fails with "400 Bad Request" so I'm pretty sure I have done something very basic wrong, but the examples I've found are all in the form of questions, only showing minor pieces of the puzzle, such as a request XML for public folders or whatnot.
Is there a complete example somewhe...
I want to develop a module to implement such a feature:
when exchange receive emails in the mailbox : [email protected]
the module will be triggered and modify the email's TO Address to /test/@smb.local and save back to mailbox [email protected].
Thanks in advance!
...
I would like to add WebDAV to my iPhone application. What is the best way / library to enable this?
...
I know this is easily achievable via FTP, but the users where I work aren't very tech-savvy. Users need to be able to access their files from the DFS server (\office\dfs) via a webdav site. I tried simply mapping the DFS to a directory in webdav, but no such luck. I'm getting "500.19 internal server error". I have successfully mapped a l...
We have a WebDav server with some Word documents on it. (We are using PHP's HTTP_WebDAV_Server but get the same issue on tests with Apache mod_dav - both use digest authentication, basic auth doesn't work on Vista or later)
We have a web page that opens the word documents using javascript like:
Doc = new ActiveXObject("Sharepoint.OpenD...
We have a windows service that uses the “WebDAV .NET for Exchange” libraries to access the mail server. The WebDav libraries attempts to access the mailbox to process mails. The Error occurs on attempting to retrieve the mailbox contents.
The Code snippet below is how the code retrieves the mailbox contents:
NetworkCredential credentia...
Related question: http://stackoverflow.com/questions/340567/what-is-the-best-webdav-client-for-windows
The pain point for me with Windows Explorer as a WebDAV client (or as an FTP client) is that downloading large amounts of files usually results in Windows calculating transfer times and Explorer freezing.
Given that, what is the best ...