Overview: What is WebDAV?
Web Distributed Authoring and Versioning, or WebDAV, is a protocol whose basic functionality enables users to share, copy, move, and edit files through a web server. It can also support collaborative applications with file locking and revision tracking features. This blog post will introduce you to the basic functions of WebDAV, its similarities and differences with FTP and other file transfer protocols, and a few examples showing what you can do with it.
Read More