This shows you the differences between two versions of the page.
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:// | ||
- | |||
- | :!: 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**. | ||
- | |||
- | ==== Windows 2012 R2 RDS Server Example ==== | ||
- | |||
- | - Install '' | ||
- | * **Server Manager -> Add Features -> User Interfaces and Infrastructure -> Desktop Experience** | ||
- | - Configure the '' | ||
- | - **Services -> WebClient > Properties > Set to Automatic** | ||
- | - **Start** the WebClient service | ||
- | - Enable '' | ||
- | - Open '' | ||
- | - **HKLM\SYSTEM\CurrentControlSet\Services\WebClient\Parameters** | ||
- | - Set the DWORD value '' | ||
- | - Reboot | ||
- | * FIXME Unnecessary to reboot? | ||
- | |||
- | ==== Windows 8.1 WebDAV Client Example ==== | ||
- | |||
- | Open a DOS command prompt, then: | ||
- | |||
- | < | ||
- | net use Z: https:// | ||
- | </ | ||
- | |||
- | 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 |