This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
computing:storage:owncloud_client [2016/12/07 14:27] gcooper |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== OwnCloud - Client ====== | ||
- | |||
- | See also **[[computing: | ||
- | |||
- | ===== WebDAV ===== | ||
- | |||
- | **Documentation**: | ||
- | |||
- | **WebDAV Client**: 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 ==== | ||
- | |||
- | === CLI === | ||
- | |||
- | Open a DOS command prompt, then (using your own OC server, username and password): | ||
- | |||
- | < | ||
- | net use Z: https:// | ||
- | </ | ||
- | |||
- | === GUI === | ||
- | |||
- | You can use the **Windows Explorer** '' | ||
- | |||
- | - **Right-click on the Computer icon** (or '' | ||
- | - **Choose an unused drive letter** to which you want to map your OwnCloud share | ||
- | - Specify the **URL** to your OwnCloud share | ||
- | * < | ||
- | - **Select** '' | ||
- | - **Select** '' | ||
- | - **Click** '' | ||
- | - **Enter your OC credentials** when prompted and **select** '' | ||
- | - **Click** '' | ||