Questions tagged [webdav]

152 questions
18
votes
1 answer

Windows 10 + WebDAV: Mutual authentication failed: The server's password is out of date at the domain controller

We have an existing WebDAV installation with an Apache mod_dav was WebDAV drive hosted at an SSL protected URL with CA issued certificate and basic authentication. MacOSX and Windows < 10 have been able to connect for a number of years. With the…
Graham Leggett
  • 562
  • 1
  • 6
  • 17
17
votes
7 answers

SFTP as a folder on Vista

Is there a program available for Vista, that allows me to set up a folder as an SFTP connection to a remote server? The use case is to have a folder on my desktop, where I can drag/drop/edit files and have my remote location be updated…
bigmattyh
  • 1,514
  • 3
  • 12
  • 12
15
votes
5 answers

Mount SharePoint Online (Office 365) in Linux

We have started using SharePoint Online included with our Office 365 subscription. Our windows users can install software that automatically syncs the Shared Documents from SharePoint to their Windows computers. How do I enable my Linux (Ubuntu)…
proximous
  • 251
  • 1
  • 2
  • 5
13
votes
5 answers

How to recursively upload a directory to a WebDAV server through HTTPS from the command line?

I'm facing a rather simple situation, I have to upload, as-is, a big tree of files to a WebDAV server that's reachable over HTTPS. I must start the upload from a linux box with command line only. I can install programs on the box. I've tried Cadaver…
eskatos
  • 231
  • 1
  • 2
  • 9
13
votes
2 answers

How to access WebDAV using Windows Explorer on Windows 7?

Using cPanel on my shared web hosting account, I set up a WebDAV directory and account. But neither the Wizard-based "Add a network location", nor the net use approach result in any successful connection: They both basically say that they were not…
Not So Sharp
  • 427
  • 3
  • 6
  • 9
13
votes
2 answers

Is there a way to edit an existing nautilus (file manager) bookmark?

Is there a way to edit an existing nautilus (fie manager) bookmark? Invoke from Linux command line: $ nautilus Activate connection editor: File>Connect To Server...> Complete entries in the pop up: Service Type: [WebDAV (HTTP)] Server:…
CW Holeman II
  • 2,108
  • 6
  • 23
  • 38
12
votes
4 answers

RSync to WebDAV mounted volume very slow

I have a mounted WebDAV store, which I am playing around with to try and put together my own pseudo-DropBox set up. However, it seems very slow to upload larger files (my bandwidth graph goes ok for a little bit, then just stops dead for long…
AlexC
  • 221
  • 1
  • 2
  • 4
11
votes
3 answers

Mounting WebDAV drive in Windows Server 2012

I having problems mounting a webdav drive via explorer or cmd with the following command: net use z: "https://.." /user:username password System error 67 has occured. The network name cannot be found. Everything working fine on my other machines.…
electronico
10
votes
3 answers

Can't mount remote directory using WebDAV

I set up a server with Apache and WebDAV, using this tutorial. I tested the WebDAV functionality using the Cyberduck client, and it works perfectly. I can both read and write to the remote directory using the details below. So I want to mount this…
Mads Skjern
  • 1,479
  • 8
  • 24
  • 40
10
votes
0 answers

webdav davfs2 input/output error

I've got a box.com account configured in a Linux system so a user can mount it in a certain mountpoint and access its contents. It is declared in fstab as: https://www.box.com/dav /media/box davfs rw,user,noauto 0 0 And the user that mounts the…
Peter
  • 1,263
  • 9
  • 17
10
votes
6 answers

How to connect to an HTTPS WebDAV Folder on Windows 7?

I'm trying to connect to an HTTPS WebDAV folder on Windows 7. I go to a "Computer" Explorer window, right click, and click "Add a Network Location." I follow the prompts and get "The folder you entered does not appear to be valid. Please choose…
8
votes
4 answers

How to mount WebDav filesystem on Mac?

Trying to do the following: mkdir /Volumes/temp mount_webdav davs://myusername@webdav.yandex.ru:443 /Volumes/temp It doesn't return any error, but /Volumes/temp is empty in result. Here are the details of connection required (mac / linux), they are…
LA_
  • 616
  • 3
  • 8
  • 26
6
votes
2 answers

Why does Windows Media Center make http requests for watched folders on a network drive?

I have a Linux server on my home LAN that has a filesystem shared via Samba (/export), where I store some older recorded TV (under /export/Recorded\ TV). The system is also a web server, running a couple web apps. Apache vhosts: VirtualHost…
jtimberman
  • 21,597
  • 12
  • 68
  • 77
6
votes
3 answers

Is it possible to create a symlink to a webdav directory on Windows?

I know I can map a webdav folder to a drive letter in Windows, but I need to map ~10 different webdav folders (different servers) and assigning a drive letter would be ugly. Is it somehow possible to create the links as a folder structure, for…
Se Norm
  • 173
  • 1
  • 5
6
votes
1 answer

What is the easiest way to keep an offline copy of a webdav share?

I have a webdav share configured for my small group of users. This is great for sharing files, like Dropbox. But it lacks Dropbox's functionality of keeping the files locally when the computer is disconnected from the internet. Certain users in my…
ringmaster
  • 189
  • 1
  • 6
1
2 3
10 11