Skip to content

Commit

Permalink
new download instruction for cmd using zip from backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Paurikova2 committed Nov 21, 2024
1 parent aa6e71b commit 753066f
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,7 @@ export class ClarinFilesSectionComponent implements OnInit {
return file.name;
});

this.command = `curl --remote-name-all ` + this.halService.getRootHref() + `/core/bitstreams/handle/${
this.itemHandle
}/{${fileNames.join(',')}}`;
this.command = `curl --remote-name-all ` + this.halService.getRootHref() + `/core/items/${this.item.id}/allzip?handleId=${this.itemHandle}`;
}

loadDownloadZipConfigProperties() {
Expand Down

0 comments on commit 753066f

Please sign in to comment.