class move :?overwrite:bool -> ?strip_prefix:string -> string -> string ->
move_call_t
new move src_url dest_url
: Moves the object(s) at src_url
so that they become visible at dest_url
. This works for documents,
and whole subtrees (moves of collections are always recursive).
The dest_url
needs to be the full URL, including the
http://server
prefix.
overwrite
: Whether it is allowed to overwrite destination
objects. If missing servers usually assume true
.