This is an old revision of the document!
Documentation: https://doc.owncloud.org/server/latest/user_manual/files/access_webdav.html
WebDAV Client: https://cyberduck.io/
Older versions of Windows will require you to download and install a WebDAV client, whereas newer Windows operating systems include built-in WebDAV functionality.
This may be a great solution for RDS (terminal) servers. With multi-user Windows systems, it is very problematic to use typical Windows Desktop Clients (OwnCloud Desktop Clients, Dropbox client, etc.) Think 'disk full' errors…
Desktop Experience
WebClient
serviceBasicAuth
regedit.exe
BasicAuthLevel
to 1
Open a DOS command prompt, then:
net use Z: https://oc.virtualarchitects.com/remote.php/webdav /user:yourusername yourocpassword
you can use also the Windows Explorer “Map Network Drive” feature with same results – penzoiders Jan 26 '15 at 17:44
for some reason this worked on one machine, the other one gives me SystemError 53…. Windows … – spankmaster79 Sep 28 at 14:48