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

Both sides previous revision Previous revision
Next revision
Previous revision
computing:storage:owncloud_client [2016/12/07 14:17]
gcooper
— (current)
Line 1: Line 1:
-====== OwnCloud - Client ====== 
- 
-See also **[[computing:storage:owncloud_server|OwnCloud Server]]** 
- 
-===== WebDAV ===== 
- 
-**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... 
- 
-==== 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 ==== 
- 
-=== CLI === 
- 
-Open a DOS command prompt, then (using your own OC server, username and password): 
- 
-<file> 
-net use Z: https://your.ocserver.tld/remote.php/webdav /user:yourusername yourocpassword 
-</file> 
- 
-=== GUI === 
- 
-You can use the **Windows Explorer** ''Map Network Drive'' feature to map a network drive to your own OwnCloud account. 
- 
-  - **Right-click on the Computer icon** (or ''This PC'' icon) and select ''Map network drive'' 
-  - **Choose an unused drive letter** to which you want to map your OwnCloud share 
-  - Specify the URL to your OwnCloud share 
-    * <file>https://your.ocserver.tld/remote.php/webdav</file> 
-  - Select ''Reconnect at sign-in'' to ensure that the mapping survives a reboot 
-  - Select ''Connect using different credentials'' and enter your OC credentials when prompted 
-  - Click ''Finish'' 
  
computing/storage/owncloud_client.1481145444.txt.gz · Last modified: 2016/12/07 14:17 by gcooper