WebDAVFS.prototype.copyEntry = function(options) {
  client.copy(this.url + options.sourcePath, this.url + options.targetPath,
    options.onSuccess, options.onError);
};