Add an open to open the dav connection.

This commit is contained in:
Klaas Freitag 2014-04-02 16:45:05 +02:00
parent eaf5681f61
commit ead935e0a6

View file

@ -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 ) ) {