Questions tagged [webdav]

Web Distributed Authoring and Versioning is an extension to the HTTP/1.1 protocol that allows clients to perform remote Web content authoring operations.

Web Distributed Authoring and Versioning is an extension to the HTTP/1.1 protocol that allows clients to perform remote Web content authoring operations.

293 questions
0
votes
1 answer

Accelerate remote file share

I have a Windows file server (Windows 2016) that is hosted in PH that I want to share in TW. An immediate option I opted for is the use of webdav. However, its performance is subpar when being accessed in TW. I use cloudflare to reverse proxy my…
edmoncuaft
  • 11
  • 1
0
votes
1 answer

SMB administrative Shares (C$) not accessible on a server running SharePoint - WebDAV MiniRedir reports PROPFIND not implemented

I've just moved in for a new job, so not much detail. My workstation runs Windows 7. We have a SharePoint 2007 server (Windows 2003) for development which fails to provide access via SMB administrative shares like \server\c$. I can use \mywin7\c$…
0
votes
0 answers

mounting davfs2 not responding on debian

I have a debian server with a davfs2 mounted. but a few days the mounting is not working. I confirmed the fstab and secret file, this files are correct and nothing was changed. when running the mount /mnt/webdisk not connect and not show…
0
votes
1 answer

Accessing public server using UNC path

My goal is to access public server using UNC path \\server_ip\folder syntax. My ISP is blocking port 445, so i cannot access server using SMB protocol. The questions are: There are still no easy method to force windows use SMB protocol via other…
0
votes
0 answers

WebDAV share: how to mount on CLI with access to non-priviledgs user and no /etc/fstab?

I have never used WebDAV before (I like sshf) but I am trying it. I want to mount a remote WebDAV share that I set up on my server, on my local computer. If I try as non-priv user I can't access mount command fully. If I try as root I can't access…
stone.212
  • 277
  • 1
  • 2
  • 12
0
votes
2 answers

restrict access to subdirectory in apache, leaving parent open

I am setting a webdav on apache2.4 and I need for my top directory /webdav to be freely open and for a sub directory like /webdav/projects/secretproject to be protected with a password. My curremt dav.conf looks like this Alias /webdav…
Jorge Mendes
  • 316
  • 1
  • 2
  • 12
0
votes
2 answers

linux/lighttpd: setting umask for webdav?

I'm running lighttpd on my linux server. I have set up webdav, and I want to set the umask to a specific value only for the webdav site, and not for any other sites running under my lighttpd server. Is there any way to tell webdav under lighttpd to…
HippoMan
  • 222
  • 1
  • 10
0
votes
1 answer

Rewrite WebDAV delete requests, if it is a directory

I have a website where a particular section uses WebDAV methods (in particular, HTTP delete) to remove files. Configuring this is fairly easy: location /files/docs { auth_basic Restricted; auth_basic_user_file /etc/nginx/htpasswd; dav_methods…
user175627
0
votes
1 answer

Getting Webdav Working

It's being a week I'm trying to get webdav working on a Vhost without any success.... Here is my setup: Debian 9 Apache 2.4 Virtualmin 6.01 SuexecUserGroup "#1039" "#1038" ServerName dav.mydom.com DocumentRoot /home/dav/public_html ErrorLog…
0
votes
2 answers

Unable to mount WebDAV share from terminal

I have a server running a WebDAV server. Using nautilus on the GUI of my ubuntu I can connect and read/write files. I have tried on terminal with the following command: sudo mount -t davfs http://:// And the…
0
votes
1 answer

WebDav: "The Parameter is Incorrect" will show on some folders that have "index.html"/"index.php"

I tried to set up a WebDAV connection for me to upload my works to the web server easily. This is the code that I have in /etc/httpd/conf.d/webdav.conf. DavLockDB /var/www/DavLock ServerAdmin webmaster@localhost …
Jamie Phan
  • 103
  • 3
0
votes
1 answer

webdav and hardlinks Function not implemented error message

I have webdav with nginx that I use to transfer files to a remote server. I mount it using davfs2 on a Debian box. The problem is that when I try to create a hardlink, I get the following error message: ln: failed to create hard link 'cpool/test' =>…
sysmodder
  • 33
  • 7
0
votes
1 answer

Giving apache user the rights to modify subversion repositories

I'm developing a front end to our subversion setup using WebDAV, XSL stylesheets and some php scripts to interface the svn binary. I wrote a simple shell script that sets up a project based on our tech policy (pretty standard stuff). However, the…
Marcus Stade
  • 329
  • 2
  • 5
  • 16
0
votes
1 answer

WebDAV sabre.io PHP, enabling group methods throwing errors

My team is trying to get WebDAV setup to allow users to share access to specific files if the users belongs to the same project, but hide/block access otherwise. Reading the docs we think we're setting it up properly, but keep getting this error…
rickatech
  • 141
  • 8
0
votes
1 answer

Can't get WebDAV to work

I've setup WebDAV feature for IIS and enabled it on my website, setup basic authentacation feature, added a WebDAV rule for the user, granted this user and IIS app pool user required filesystem access rights. The client connection always return a…
user626528
  • 220
  • 2
  • 3
  • 12