mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 09:30:13 +03:00
Add an open to open the dav connection.
This commit is contained in:
parent
eaf5681f61
commit
ead935e0a6
1 changed files with 1 additions and 0 deletions
|
@ -364,6 +364,7 @@ sub traverse( $$;$ )
|
|||
$d->credentials( -url=> $owncloud, -realm=>"ownCloud",
|
||||
-user=> $user,
|
||||
-pass=> $passwd );
|
||||
$d->open( $owncloud );
|
||||
|
||||
if( my $r = $d->propfind( -url => $url, -depth => 1 ) ) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue