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
0 answers

Can I serve archive files right away in httpd or ftp?

I want to serve an archive file as a virtual directory to users. example) server: a.tar L___ hello.txt L___ world.txt client: http://server.local/a.tar/hello.txt http://server.local/a.tar/world.txt Is there a plugin for any server…
user212942
  • 11
  • 2
-1
votes
2 answers

webdav, controlling access via group of users

I'm in the first steps with webdav. To restrict access to a folder it's possible to use: Require user myownuser Is it possible to allow access to a group of users (like samba does)?
KcFnMi
  • 119
  • 9
-1
votes
1 answer

on nginx webdav, PUT returns 501

I've been charged with converting a webserver from apache to nginx, and I'm currently stuck on getting webdav to work. WebDAV is served by the PEAR webdav server (http://pear.php.net/package/HTTP_WebDAV_Server). I'm new to nginx, but I've done my…
abathur
  • 109
  • 4
-1
votes
1 answer

File server access via IIS 8 WebDAV using SSL and cert-based auth

I have: A hole in the corporate firewall allowing me to accept incoming connections on ports 80 and 443 Exactly one domain name for external web access No access to corporate DNS settings An onsite Windows Server 2003 domain controller also…
flabdablet
  • 139
  • 1
  • 6
-1
votes
2 answers

WebDav with Apache 2.2 - Simply won't work

I configured a WebDav directory but it won't work. This is my configuration: # Load WebDav Modules LoadModule dav_module modules/mod_dav.so LoadModule dav_fs_module modules/mod_dav_fs.so # DavLock File DavLockDB /tmp/DavLock #…
scratch
  • 1
  • 3
-3
votes
1 answer

webdav, cannot create file 0x80070780

I have a webdav running on amazon ec2 ubuntu. There, part of the configuration allows myuser access to a folder. Alias /webdav/myuser /var/www/webdav/myuser DAV On AuthType Digest AuthName "webdav" …
KcFnMi
  • 119
  • 9
-3
votes
1 answer

webdav, open just one particular (/webdav/public/) folder to the world

My webdav stuff is on /var/www/webdav/, there I have multiple access roles to enable access to users and groups. And I would like to open one particular folder to the world (/webdav/public/). How do I do that? I tried: Alias /webdav…
KcFnMi
  • 119
  • 9
-5
votes
3 answers

Need to Transfer 390 GB of Data from Linux Server to Windows Machine

We want to transfer 300+ GB of data from a Linux Server to a WIndows Server. Can we use rsync (and if so, how would we?) to copy the files from the linux server to the windows file share? Or should we use WEBDAV, what are all of our options? We are…
1 2 3
19
20