Input | Input | Input from previous Compute Component | Text |
Download Path | Download Path | The path from Compute to download. You can chose both a file or a folder to download. | Text |
Local Path | Local Path | The local path where to you want the download content to be stored. | Text |
Overrides | Overrides | Optional overrides to apply to the download.
The overrides lets you exclude or include files from the server in the provided path, that you want to download.
If you want to exclude all files that ends with '.txt', then you can do that with: {"exclude": [".txt"]}
The overrides takes a JSON formatted string as follows:
{
"exclude": List[string],
"include": List[string],
} | Text |
Reload | Reload | Redownload the content from Compute | Boolean |
Clear | Clear | Delete all files downloaded into the local path | Boolean |