Use depth 1 and valid properties to get a list
This commit is contained in:
parent
b99bd7f4fc
commit
40172e252b
1 changed files with 2 additions and 1 deletions
|
@ -78,7 +78,8 @@ trait WebDav{
|
|||
$client = new SClient($settings);
|
||||
|
||||
$response = $client->propfind($this->davPath . "/", array(
|
||||
'{DAV:}displayname',
|
||||
'{DAV:}getetag',
|
||||
1
|
||||
));
|
||||
|
||||
print_r($response);
|
||||
|
|
Loading…
Reference in a new issue