WebDAV: Difference between revisions

Content deleted Content added
Added {{External links}} tag
Citation bot (talk | contribs)
Removed URL that duplicated identifier. Removed access-date with no URL. Removed parameters. | Use this bot. Report bugs. | Suggested by Headbomb | Linked from Wikipedia:WikiProject_Academic_Journals/Journals_cited_by_Wikipedia/Sandbox | #UCB_webform_linked 877/967
 
(14 intermediate revisions by 13 users not shown)
Line 11:
}}
 
'''WebDAV''' ('''Web Distributed Authoring and Versioning''') is a set of extensions to the [[Hypertext Transfer Protocol]] (HTTP), which allows [[user agent]]s to collaboratively author contents ''directly'' in an [[Web server|HTTP web server]] by providing facilities for [[concurrency control]] and [[Namespace|namespace operations]], thus allowing the [[World Wide Web|Web]] to be viewed as a ''writeable, collaborative medium'' and not just a read-only medium.{{sfn|Whitehead|Goland|1999|p=293}} WebDAV is defined in {{IETF RFC|4918}} by a [[working group]] of the [[Internet Engineering Task Force]] (IETF).{{sfn|Whitehead|1998|p=34}}
 
The WebDAV protocol provides a framework for users to create, change and move documents on a [[Server (computing)|server]]. The most important features include the maintenance of properties about an author or modification date, [[namespace]] management, collections, and overwrite protection. Maintenance of properties includes such things as the creation, removal, and querying of file information. Namespace management deals with the ability to copy and move web pages within a server's namespace. Collections deal with the creation, removal, and listing of various resources. Lastly, overwrite protection handles aspects related to the locking of files. It takes advantage of existing technologies such as [[Transport Layer Security]], [[digest access authentication]] or [[XML]] to satisfy those requirements.{{sfn|Whitehead|Goland|1999|p=294}}
 
Many{{which|date=August 2024}} modern [[operating system]]s provide built-in [[client-side]] support for WebDAV.{{cn|date=August 2024}}.
 
== History ==
Line 132:
| [[Command line interface|CLI]]
|-
! [https://github.com/phpbg/easysync/ EasySync]
| Samuel CHEMLA
| Android
| [[MIT License|MIT]]
| Service
|service
|-
! [https://github.com/bitfireAT/davx5-ose DAVx⁵]
| BitfireAT
| Android
| {{Free|[[GNU General Public License|GPL]]}}
| Service
|-
! [https://www.lonelycatgames.com/apps/xplore X-plore]
| Lonely Cat Games
| Android
| {{Nonfree|Proprietary}}
| [[GUI]]
|-
! scope="row" | [[GVfs]]
Line 239 ⟶ 251:
*[[Comparison of WebDAV software]]
* [[Distributed file system]]
* [[Filing Open Service Interfaceservice Definition|Filinginterface OSIDdefinition]]
* [[Information and Content Exchange|ICE]]
* [[Data portability]]
Line 246 ⟶ 258:
{{Reflist}}
* {{cite book|isbn=978-94-011-4441-4|doi=10.1007/978-94-011-4441-4_16|first1=E. James|last1=Whitehead|first2=Yaron Y.|last2=Goland|title=Ecscw' 99 |chapter=WebDAV |pages=291–310 |url=https://link.springer.com/book/10.1007/978-94-011-4441-4|publisher=[[Springer Science+Business Media]]|year=1999|___location=Neatherlands|language=en-US}}
* {{cite journal|journal=[[IEEE Internet Computing]]|year=1998|doi= 10.1109/4236.722228|issn=1941-0131|volume=2|issue=5|title=WebDAV: IEFT standard for collaborative authoring on the Web|first=E.J|last=Whitehead|pages=34–40 |url=https://ieeexplore.ieee.org/document/722228|access-date=12 October 2021}}
 
== External links ==