Use depth 1 and valid properties to get a list

This commit is contained in:
Vincent Petry 2015-11-27 15:38:45 +01:00
parent b99bd7f4fc
commit 40172e252b
1 changed files with 2 additions and 1 deletions

View File

@ -78,7 +78,8 @@ trait WebDav{
$client = new SClient($settings);
$response = $client->propfind($this->davPath . "/", array(
'{DAV:}displayname',
'{DAV:}getetag',
1
));
print_r($response);