webdav Questions

2

I'd like to connect to WebDAV using PHP, and be able to upload files, etc. However, I cannot figure out how to connect to it. I imagine it would ultimately be as simple as opening a socket and send...
Autecology asked 16/11, 2010 at 0:6

1

Currently, I am developing a website which will sync data from Apple Calendar to my app and vice versa. For fetching data from Apple Calendar to my application, I already can get the .ics files fro...
Millar asked 6/6, 2018 at 12:16

7

Solved

Is there any good browser based WebDAV client? If not, is it possible to make one?
Amylaceous asked 5/1, 2010 at 15:18

25

Solved

This error is very common, and I tried all of the solutions and non of them worked. I have disabled WebDAV publishing in control panel and added this to my web config file: <handlers> <...
Sevilla asked 30/3, 2013 at 12:53

6

Solved

Trying to checkout from my SVN repo gives me svn: E195019: Redirect cycle detected for URL ... However, it appears as if this error only occurs when I am behind some (specific) proxy server. ...
Premeditation asked 27/8, 2013 at 20:29

10

Solved

I need a command-line utility that can do WebDAV upload (HTTP PUT).
Se asked 30/7, 2009 at 8:2

3

Solved

I'm aware this question has been asked a lot of times. I believe I understand the answers, but I still had no luck. I tried both one repo and multiple repos configurations, having the same issue f...
Stacy asked 28/9, 2012 at 17:41

3

If I share access to a folder using a (temporary) link, anyone who knows the link and a password can upload files to that folder using the webinterface. How can I script an upload to an owncloud fo...
Tarter asked 11/11, 2016 at 10:37

6

I am struggling for days to enable PUT and DELETE request for my PHP app at MS Azure. Some answers I found suggest to remove the WebDAV module from IIS. How would I do so?
Huddleston asked 20/5, 2015 at 10:24

2

Solved

Now I'm using WebDAV protocol for sharing files for writing my own webdav client. I want to implement fetching thumbnails previews from specified file located web server (nginx/Apache/other). WebS...
Vocalism asked 9/10, 2014 at 17:28

1

I am developing a WebDAV connection for a database based ECM system using the IT HIT WebDAV engine and .net 5. I have mapped WebDAV to a network drive in explorer. When I list all drives in explore...
Anticlinorium asked 28/4, 2021 at 16:9

1

Is there a way to implement IT HIT WebDAV on the Azure blob file storage? We really don't want to buy Virtual Machine to do so, we already got Web Application running on Azure and we want to store ...
Darnley asked 4/1, 2017 at 15:30

1

I'm using sabre/dav library for my project and I'm having some difficulties with preventing default Windows WebDAV client "deleting" a file that shouldn't be deleted. The implementation in the serv...
Gulfweed asked 29/7, 2015 at 14:43

8

Solved

While trying to checkout code from a repository online I got the following error: E175002: REPORT of '/repos/xxx/!svn/vcc/default' I am trying to checkout the code from a remote computer.
Badtempered asked 24/1, 2013 at 19:33

1

Solved

I have an Ubuntu 20 running on a PC on my home network that I want to use as a Subversion server within my house on my local network. I have Apache web server installed as well as Subversion instal...
Mineralize asked 10/12, 2020 at 20:38

3

I would like to access my Amazon S3 buckets without third-party software, but simply through the WebDAV functionality available in most operating systems. Is there a way to do that ? It is importan...
Boyse asked 7/3, 2014 at 17:58

1

I'm trying to setup a webdav folder in nginx where by only one user can write/delete/create, but anonymous users can read. my nginx config for the folder looks like this: location /webdav/joe/ {...
Dubiety asked 30/4, 2019 at 0:33

3

Solved

In my apache configuration I have a virtual host configured like this: Alias /mediamanager /storage/files/mediamanager <Directory /storage/files/mediamanager> DirectoryIndex /mediaManagerIn...
Urn asked 18/6, 2015 at 13:36

5

Solved

I have both WebDAV installed and running on my site, as a virtual sub site i have a MVC WebAPI site, the API works great, until I try to send a PUT request to it, then i get the below error: HTTP ...
Misbehave asked 17/6, 2013 at 20:37

5

Solved

I have problem with my own Subversion repository. It worked yesterday. But I received an error when I was adding new file today: svn: Repository moved temporarily to 'main'; please relocate List ...
Butyrate asked 6/6, 2011 at 11:51

2

I'm working on a custom implementation of a server (VERY basic WebDAV) that accepts Outlook's published calendars. Outlook seems to have a setting (see the screenshot below) where it accepts a par...
En asked 15/12, 2015 at 12:54

9

Solved

I'm writing a CMS application in PHP and one of the requirements is that it must be able to interface with the customer's Exchange server. I've written up this functionality a few times before and ...
Hoplite asked 3/8, 2008 at 0:3

1

We are writing an MS Outlook plugin. To satisfy our business-logic, it should check all appointments between some dates. We are experiencing several problems with retrieving all items from calendar...
Veranda asked 28/8, 2012 at 16:51

1

I'm trying to get WebDav access configured on Jetty, but I'm unable to find any documentation or any working examples specific to Jetty. So I've tried to retrofit WebDav access for Tomcat unsuccess...
Stonefish asked 25/4, 2018 at 7:57

1

I have implemented a very minimal proof-of-concept supporting a portion of the WebDAV protocol. This includes the OPTIONS, PROPFIND and GET HTTP verbs. The built-in Windows WebDAV client (on Window...
Unfetter asked 5/6, 2016 at 19:24

© 2022 - 2025 — McMap. All rights reserved.