dav unlock
unlock [-pc] [-L <lock>] <url>
Unlocks the specified url with a lock token. If no lock token is specified with the -L
option, it read from stdin.
Unlocks the specified url with a lock token. If no lock token is specified with the -L
option, it read from stdin.
-p
disable file name and path decryption if enabled
-c
enable file name and path decryption
-L <lock>
use a lock token
-L <lock>
use the specified lock token
Example 1: unlock with lock token from stdin
$ dav lock myserv/resource > locktoken
$ dav unlock myserv/resource < locktoken