Class Webdav_client_methods.copy


class copy : ?depth:Webdav_http.depth -> ?overwrite:bool -> ?strip_prefix:string -> string -> string -> copy_call_t
new copy src_url dest_url: Copies the object(s) at src_url so that they become visible at dest_url. This works for documents, collections, or whole subtrees.

The dest_url needs to be the full URL, including the http://server prefix.