WebDAV repository: Różnice pomiędzy wersjami

Z MoodleDocs
Skocz do:nawigacja, szukaj
Nie podano opisu zmian
Nie podano opisu zmian
Linia 1: Linia 1:
{{stub}}{{Moodle 2.0}}
{{Repositories}}
<p class="note">'''Please refer to [[Page_notes#WebDAV repository|these notes]] before editing this page.'''</p>
 
Web-based Distributed Authoring and Versioning (WebDAV) is a set of methods based on the Hypertext Transfer Protocol (HTTP) that facilitates collaboration between users in editing and managing documents and files stored on World Wide Web servers.
Web-based Distributed Authoring and Versioning (WebDAV) is a set of methods based on the Hypertext Transfer Protocol (HTTP) that facilitates collaboration between users in editing and managing documents and files stored on World Wide Web servers.



Wersja z 03:15, 14 cze 2011

Please refer to these notes before editing this page.

Web-based Distributed Authoring and Versioning (WebDAV) is a set of methods based on the Hypertext Transfer Protocol (HTTP) that facilitates collaboration between users in editing and managing documents and files stored on World Wide Web servers.

A WebDAV repository can be enabled by an administrator in Site administration > Modules > Repositories > Manage repositories.


WebDAV configuration

WebDAV configuration

After enabling the WebDAV repository, a repository instance can be created in Site administration > Modules > Repositories > WebDAV repository.

Options

WebDAV type: Choose from HTTP or HTTPS connection

WebDAV server: The server name

WebDAV path: The path to webdav directory

Authentication: We currently only support HTTP Basic Authentication

WebDAV server port: The webdav server port

WebDAV server user: HTTP Basic authentication username

WebDAV server password: HTTP Basic authentication password


For example, if you are going to added an webdav server at http://webdavserver.tld/path/to/dir, you should use following options: WebDAV type: HTTP WebDAV Server: webdavserver.tld WebDAV path: /path/to/dir/

See also