copy abstract method
Creates a duplicate of the source file "to
" identified by from
.
see: https://datatracker.ietf.org/doc/html/rfc4918#section-9.8.1 and https://datatracker.ietf.org/doc/html/rfc4918#section-9.8.6
Implementation
Future<WebDavStdRequest<CopyRequestParam>> copy(
{required Uri to, bool? overwrite, IfOr? condition});