SuiteCRM-Core/public/legacy/include/HTTP_WebDAV_Server
Clemente Raposo 5aa0daf046 Merge next into suite 8
Merge commit 'de4bf25cb3' into release/8.4.0-beta

# Conflicts:
#	public/legacy/data/SugarBean.php
#	public/legacy/include/Smarty/plugins/function.sugarvar.php
#	public/legacy/include/SugarDateTime.php
#	public/legacy/include/database/MysqliManager.php
#	public/legacy/modules/Alerts/metadata/listviewdefs.php
#	public/legacy/modules/SugarFeed/Dashlets/SugarFeedDashlet/SugarFeedDashlet.php
#	public/legacy/modules/Trackers/metadata/SearchFields.php
#	public/legacy/modules/Trackers/metadata/listviewdefs.php
#	public/legacy/modules/UpgradeWizard/SugarMerge/EditViewMerge.php
#	public/legacy/suitecrm_version.php
2023-07-21 15:22:52 +01:00
..
Tools Merge next into suite 8 2023-07-21 15:22:52 +01:00
dav.txt Merge commit '8e4cc94994' as 'public/legacy' 2021-03-31 15:37:32 +01:00
README Merge commit '8e4cc94994' as 'public/legacy' 2021-03-31 15:37:32 +01:00
Server.php Merge next into suite 8 2023-07-21 15:22:52 +01:00

This code depends on code introduced into the developement branch for
PHP 4.3, so it will not run with PHP releases before 4.3.0

preliminary documentation is available in the dav.txt file,
although it is currently a little outdated ...

Server/Filesystem.php contains a sample implementation for a simple
file server (including property and lock info storage in a mySQL
database, see db/Fileserver.sql). This sample should give you a good 
clue about how to use this class for your own purpose.