Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 717 Bytes

File metadata and controls

16 lines (13 loc) · 717 Bytes
title sidebar_label slug
files download
files download
/files-download

To download a files artifact using a resource identifier (e.g. name, UUID, shortened UUID) from an enclave to the host machine, use:

kurtosis files download $THE_ENCLAVE_IDENTIFIER $THE_ARTIFACT_IDENTIFIER $FILE_DESTINATION_PATH

where $THE_ENCLAVE_IDENTIFIER and the $THE_ARTIFACT_IDENTIFIER are resource identifiers for the enclave and file artifact, respectively.

:::tip The file downloaded will be extracted by default. If you would prefer the file not to be extracted upon download, pass in the --no-extract flag. :::