User Tools

Site Tools


computing:storage:owncloud_client

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
computing:storage:owncloud_client [2016/12/07 13:20]
gcooper created
— (current)
Line 1: Line 1:
-====== OwnCloud - Client Issues ====== 
  
-===== WebDAV ===== 
- 
-https://doc.owncloud.org/server/latest/user_manual/files/access_webdav.html 
- 
-:!: 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... 
- 
-==== Windows 2012 R2 RDS Server Example ==== 
- 
-  - Install ''Desktop Experience'' 
-    * **Server Manager -> Add Features -> User Interfaces and Infrastructure -> Desktop Experience** 
-  - Configure the ''WebClient'' service 
-    - **Services -> WebClient > Properties > Set to Automatic** 
-    - **Start** the WebClient service 
-  - Enable ''BasicAuth'' 
-    - Open ''regedit.exe'' 
-    - **HKLM\SYSTEM\CurrentControlSet\Services\WebClient\Parameters** 
-    - Set the DWORD value ''BasicAuthLevel'' to ''1'' 
-  - Reboot 
-    * FIXME Unnecessary to reboot? 
- 
-==== Windows 8.1 WebDAV Client Example ==== 
- 
-Open a DOS command prompt, then: 
- 
-<file> 
-net use Z: https://oc.virtualarchitects.com/remote.php/webdav /user:yourusername yourocpassword 
-</file> 
-  
-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  
computing/storage/owncloud_client.1481142042.txt.gz · Last modified: 2016/12/07 13:20 by gcooper