Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export class ClarinFilesSectionComponent implements OnInit {
return file.name;
});

this.command = `curl --remote-name-all ` + this.halService.getRootHref() + `/core/items/${this.item.id}/allzip?handleId=${this.itemHandle}`;
this.command = `curl -o allzip.zip ` + this.halService.getRootHref() + `/core/items/${this.item.id}/allzip?handleId=${this.itemHandle}`;
}

loadDownloadZipConfigProperties() {
Expand Down