yaml
type: "io.kestra.plugin.core.namespace.downloadfiles"
Examples
yaml
id: download_file
namespace: company.team
tasks:
- id: download
type: io.kestra.plugin.core.namespace.DownloadFiles
namespace: tutorial
files:
- "**input.txt"
yaml
id: download_all_files
namespace: company.team
tasks:
- id: download
type: io.kestra.plugin.core.namespace.DownloadFiles
namespace: tutorial
files:
- "**"
Properties
files *Requiredarraystring
namespace *Requiredstring
destination string
Default
Outputs
files object
SubType string