Upon upgrading to Ubuntu 10.10 on our dev machine we run into a small problem with the WebDav SVN. Now when we access a file it sends bin file type as header which triggers the browser to show the download window instead of displaying the file.
I didn't manage to find any similar problems and no configuration related to this.
Any ideas?...
I am trying to compile and run WebDav example project supplied as part of examples of Apache Wink project. I have successfully deployed the project into JBoss and can reach it throw http. However, when i try to use Total Commander with WebDav plug in, i get the following exception:
15:13:41,595 ERROR [[restSdkService]] Servlet.service()...
I need to expose our repository which resides in our server machine to clients. The clients should be authenticated, and read write permissions are enabled. We are having doubts regarding which way to go with the implementation:
We already have client based COM layer so we can wrap it with some C# UI.
Server rest services, and then wri...
I'm thinking about configuring the remind calendar program so that I can use the same .reminders file from my Ubuntu box at home and from my Windows box at work. What I'm going to try to do is to make the directory on my home machine that contains the file externally visible through webdav on Apache. (Security doesn't really concern me...
Hi,
We want to use WebDav ProtoCol for FileTransfer and other file related activies through our client application.
So here are my basic questions:
1- How to setup WebDav on my system?
2- Can I install WebDav on Linux ?
3- If want to program using .NET and C# , do I need to add external library or System.net and System.xml Namespace ...
Hi,
I have deployed the WebDav server on Debian Linux and give appropriate permission.
While I am trying to access the list (SEARCH) of folders throgh following code I am getting the following error:
The remote server returned an error: (405) Method Not Allowed.
The Code Used is:
try{
strQuery = "<?xml version=\"1.0\"?><D:search...
Hi,
I have set up WebDAv server on my Debian linux and this is working fine as I am able to connect it by using FireFox and IE.
But while I am trying to connect it by the following code, it returns:
"The remote server returned and error:(401) Unauthorized error"
try
{
// Build the SQL query.
strQuery...
I've created a program in java that starts as JNLP (Java WebStart). This program can connect to a webdav service at the server, the JNLP was started from.
The first webdav request results in a security warning that some code tries to open a connection to w3.org. I'm using a external webdav client library which creates a document interna...
I installed lighttpd and dependecies, commented out in lighttpd.conf the necessary extra module mod_webdav, and tried to start it. but i get this error:
[root@WL-0022150E7BD4 root]$ /opt/etc/init.d/S80lighttpd start
Starting web server: lighttpd
2010-06-26 10:46:01: (plugin.c.162) dlopen() failed for: /opt/lib/lighttpd/mod_webdav.so F...
Does anyone have any insight into what, if any, provisions the WebDAV protocol makes available for version control?
In my never-ending pursuit of a good way to integrate designer tools like SharePoint Designer or Expression with a real source control (which must support live preview), I'm about resigned to the idea that I'll have to wr...
Hi,
I have the following PROFIND method/request to WebDav server :
strQuery = "<?xml version=\"1.0\"?><a:propfind xmlns:a=\"DAV:\">";
strQuery += "<a:prop><a:getcontenttype/></a:prop>";
strQuery += "<a:prop><a:getcontentlength/></a:prop>";
strQuery += "</a:propfind>";
// ...
Hi,
Is there any site or some one can provide me a sample PROFIND request please.
I tried the PROFIND code sample from MSDN but getting 400 Bad request.
Unable to understand why this is happening.
Previously posted the question at http://stackoverflow.com/questions/3132746/getting-400-bad-request-from-webdav-server
Any suggestions wi...
I want to export a directory with WebDAV. Then any file written I want it commit to some version control. Maybe GIT? Maybe copy to old file directory? Must be automatic. How to?
...
Hi there,
On a mountpoint (specifically: /var/data/) I have mounted a 3tb raid partition that stores all kind of data and I would like to share it through WebDAV. So I installed davfs2 on my client and set up the server site by adding:
ScriptAlias "/var/www/webdav" "/var/data"
<Directory "/var/www/webdav">
Dav On
</Directory>
Fina...
I am trying to create an iPhone App that will talk to a WebDAV Server. I have no idea on this, any help, tips pointers will be appreciated.
Specifically in reference to :
1. How to upload a file to the WebDAV Server
2. How to download a file from the WebDAV server
3. How to retrieve / Add MetaData on the WebDAV server
4. How to enumerat...
I have been using WebDAV in PHP directly using XML. I have managed to create emails with attachments and so forth, but when i try to create a contact, I keep getting "400 Bad Request". Here is the webdav query and how i'm executing it:
<?xml version="1.0"?>
<g:propertyupdate
xmlns:g="DAV:"
xmlns:c="urn:schemas:contacts:" ...
I have a large git repository that I am hosting with Dreamhost. It has grown slowly over time and have had no problems with it until just now. It has no problem pushing and pulling but when I try to clone from the remote the pack-objects process is getting a kill signal 9. From what I have read this is dreamhost killing the process becau...
Hi,
how can I check if an email is sent using webdav?Is there any delivery status poperty or something like this?
...
I'm attempting to configure a webdav server example application (https://sourceforge.net/projects/webdav/) to run on IIS6 (Win2003 Server). The application runs correctly on my dev machine (Win7, IIS7.5).
When I attempt to map a drive to the DAV share, several requests are issued, including one OPTIONS request and two PROPFIND requests....
I need to find the mailbox size for the particular account and i have used c# coding with webdav But i am getting error when i used the code .
Please find the error message
The remote server returned an error: (440) Login Timeout.
Please find the reference link which i have used for code.
http://msdn.microsoft.com/en-us/library/m...