1
vote
1answer
61 views
Powershell scripts to backup SQL, SVN
I'm trying to use PowerShell to create some backups, and then to copy these to a web folder (or, in other words, upload them to a WebDAV share).
At first I thought I'd do the WebD …
0
votes
0answers
2 views
WebDAV Date Range query
Hi,
Im trying to access and extract message from Exchange Server 2003. I need to get them by dates but im having problem with it.
Here's the code lsQuery = "<?xml version=\ …
0
votes
0answers
10 views
Sphorium WebDAV Server Framework
Hi all,
Does anyone knows how to working with Sphorium WebDAV Server Framework?
http://sourceforge.net/projects/webdav/
0
votes
2answers
32 views
How do you get the current user logged in to an apache realm?
I'm writing a simple in-house frontend to Subversion. We've got an Apache setup serving up the SVN repositories thanks to WebDAV. Also, authentication is done through an Apache rea …
0
votes
1answer
80 views
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 …
0
votes
2answers
50 views
Implementing Authentication for a WebDAV Servlet
I am currently using this WebDAV Java Servlet Implementation, it's as far as I know the smallest and the easiest to use WebDAV java solution that doesn't depend on Tomcat ( Using W …
0
votes
1answer
23 views
Writing your own WebDAV/FPSE server (like SharePoint)
Does anybody have experience in programming a protocol handler that can handle WebDAV and FPSE?
What I want is to open a Word document from my Web Application, edit it in MS Word …
1
vote
2answers
290 views
Control access to WebDav/Apache using Python
I want to give users access to WebDav using Apache, but I want to autenticate them first and give each user access to a specific folder. All authentication must be done against a D …
4
votes
7answers
4k views
What is the best WebDAV client for Windows?
The support of locking will be preferred.
0
votes
0answers
32 views
How to handle drag and drop from a WebDAV folder (SharePoint in Explorer)
Hello,
I've opened a Windows Explorer window to show the content of a SharePoint folder (using WebDAV). I pick a file and drag it into a Windows Form (C#).
However the DragEventArg …
0
votes
1answer
10 views
Correct response for PROPFIND on a resource that does not exist
How should a WebDAV server response when it receives a PROPFIND request for a resource that does not exist?
The RFC seems to say you should always return a 207 and then use 404 …
0
votes
0answers
40 views
Trouble setting up WebDAV
Rather than using FTP to access my hosting provider, which I read is unsecure, I'm trying to set up WebDAV (which I've never done before). I don't see WebDAV in the Actions pane o …
1
vote
2answers
23 views
Pdf gets mangled when accessing subversion repository via apache webdav
I am running a subversion server with access via http using webdav. I have noticed that when I access the repository with a browser, sometimes the pdf files in the repository show …
0
votes
1answer
20 views
Copying with webclient to sharepoint document library question
When I copy to a sharepoint document library using webclient, should the URL contain the destination filename or not?
For example:
client.UploadFile("http://site/projects/project …
0
votes
2answers
65 views
How to upload a file to a folder using webdav?
I have this webdav code thats creating folders in SharePoint:
HttpWebRequest request = (System.Net.HttpWebRequest)HttpWebRequest.Create(folderAddress);
request.Cre …
