Thu, 28 Jun 2018 21:41:05 +0200
fixes that decrypt-name can decrypt a path and not only the name
% DAV(1) dav User Manuals % Olaf Wintermann % July 1, 2018 # NAME dav - command line WebDAV client # SYNOPSIS dav *command* [*options*] *arguments*... # DESCRIPTION TODO # COMMANDS list [*-altdepcR*] [*-u date*] *url* get [*-pcRK*] [*-o file*] [*-u date*] *url* put [*-pcR*] [*-k key*] [*-L lock*] *url* *file* mkdir [*-pc*] [*-k key*] [*-L lock*] *url* remove [*-pc*] [*-L lock*] *url* copy [*-pcO*] [*-L lock*] *url* *url* move [*-pcO*] [*-L lock*] *url* *url* export [*-pc*] [*-o file*] [*-u date*] *url* import [*-pc*] [*-k key*] [*-L lock*] *url* *file* get-property [*-pcx*] [*-n uri*] *url* *property* set-property [*-pcx*] [*-L lock*] [*-n uri*] *url* *property* [*value*] remove-property [*-pc*] [*-n uri*] *url* *property* lock [*-pc*] [*-T timeout*] *url* unlock [*-pc*] [*-L lock*] *url* info [*-pc*] *url* date [*url*] # OPTIONS -k *key* : Key to use for encryption. -p : Don't encrypt or decrypt files. -c : Enable full encryption. -R : Recursively do the operation for all children. -K : Keep already present files. -o *file* : Write output to *file*. Use '-' for stdout. -u *date* : Get resources which are modified since the specified *date*. -a : Show all files. -l : Print resources in long list format. -t : Print content type. -d : Order by last modified date. -e : Show extended flags. -O : Override resources. -L *lock* : Specificy lock token. -T *sec* : Timeout in seconds. -n *uri* : Specify namespace *uri*. -x : XML property content. -N : Disable authentication prompt (all commands). -i : Disable cert verification (all commands). -v : Verbose output (all commands). # SEE ALSO `dav-sync` (1). DavUtils full documentation: <https://davutils.sourceforge.io/>.