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