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
1
vote
2 answers

Filename Case issue with over WebDav

We are accessing SAMBA shared directory from a Windows Client with WebDav client WebDrive. But we are having the issue that it is showing same contents in both the directories ( data/ & Data/ ) though they are entirely different. I know this is…
user98365
  • 11
  • 1
1
vote
0 answers

Webdav share (SharePoint) modification date gets updated when selecting/clicking a file

In a SharePoint document library there is a option to open the library as webdav share with Windows Explorer. When I am browsing the webdav share and I select a file (not opening it or anything, just single click), the modifcation date gets…
koen
  • 133
  • 3
1
vote
1 answer

WebDav mirroring with Apache/Nginx

Folks, I have an "origin" server where data is being dumped using WebDav. I need to distribute this data to edge caches as soon as the data is received on the origin. I will use either Apache or Nginx for the origin and the edge server. What is the…
Raj
  • 266
  • 1
  • 2
  • 10
1
vote
1 answer

SVNParent (DAV) at different paths on same server

We currently have a subversion server at svn.company.com for internal (and occasionally external) use. Currently, the repositories are located at /svn/[project] via SVNParentPath. However, management wants to make them also available at just…
Mark
  • 121
  • 3
1
vote
1 answer

Office documents on intranet all requiring second login and can't pass auth? Disable webdav?

I am not sure what is going on, but recently all the Office documents on our intranet get prompted a second time for login and according to the error logs it looks like it's trying to use webdav to open (an editable?) version of the document to save…
1
vote
1 answer

Git through https

When I clone a repo with git clone https://username@domain.com/directory or when I push to it with git push origin master Git asks me for a password, how I can automatically provide the password, like ssh keys for example ? So that it don't…
astropanic
  • 307
  • 2
  • 5
  • 18
1
vote
2 answers

Why would PROPFIND and DAV appear in response headers when WebDAV is disabled?

I've got a bit of a challenge I'm hoping someone has some ideas on. I'm in the process of deploying a web app to a shared environment with a host running IIS7.5. A security scan has shown that WebDAV is enabled and a stop has been put on the site…
Troy Hunt
  • 193
  • 2
  • 12
1
vote
0 answers

Webdav on iis7.5 - always shows empty folder

I've followed all directions on configuring webdav on iis7.5 from this url: http://learn.iis.net/page.aspx/350/installing-and-configuring-webdav-on-iis-7/ The only difference is, I'm configuring it on a different website, not on the root website.…
boomhauer
  • 151
  • 1
  • 1
  • 6
1
vote
1 answer

Need advice on sharing user specific documents from a LAMP server through a browser

my company has given me the task of setting up a system whereby our clients can log in to a server we house and retrieve their documents (invoices, items to follow, mostly pdf's) through their browser. I'm a web developer but I have no experience…
BigRob
  • 13
  • 2
1
vote
1 answer

WebDAV through Apache2 permissions/missing files

I have a WebDAV setup on Apache2 on a server running Debian 5.0 (Lenny), which I am accessing through a mapped network drive under Windows 7. The setup appears to run fine, I receive no permission errors when copying a file to the share the first…
Clorith
  • 181
  • 1
  • 8
1
vote
1 answer

Adding a web folder via command line (Windows)

Possible Duplicate: How to add a web folder via command line (Windows) I am trying to add a web folder via command line in windows. At first I though I should use the "net use" command, but when I tried I kept getting System error 67: C:>net…
Ryan
1
vote
1 answer

apache2 Webdav using VirtualDocumentRoot

I'm trying to get up dynamical WebDav on my virtual hosts # http://www.example.com/test.txt -> /var/www/example.com/www/test.txt VirtualDocumentRoot /var/www/%-2.0.%-1.0/%-3+/ Dav On …
Michal Bryxí
  • 417
  • 2
  • 7
  • 17
1
vote
1 answer

Subversion: Secure connection truncated

I'm trying to set-up a subversion server with apache2/webdav access. I've created the repository and configure Apache according to the official book, and I can see the repository in a webbrowser. The browser shows: conf/ db/ hooks/ locks/ Although…
Nick
  • 4,503
  • 29
  • 69
  • 97
1
vote
2 answers

best http server application as webdav?

what is the best http server to be used as webdav for getting and posting files (big files) to from server? is it apache or lighttpd ? I will use the system as online file storage (for backup) cheers
Data-Base
  • 185
  • 1
  • 13
1
vote
1 answer

IIS6 returning 403 for all requests containing "Translate:f" header

I'm a developer working on a custom WebDav integration which works locally but fails on the live servers. I get a 403 Forbidden error for any requests that contain the header "Translate:f" and I cannot find where or why this might be blocked. The…
Adam
  • 121
  • 4