Download a file from the local filesystem to the Kestra internal storage.

yaml
type: "io.kestra.plugin.fs.local.Download"
yaml
id: fs_local_download
namespace: company.team

tasks:
  - id: download
    type: io.kestra.plugin.fs.local.Download
    from: "/data/files/source.csv"
    workerGroup: "etl-worker"
Properties

Source file path on the local filesystem

Absolute path of the file to download

Size of the downloaded file in bytes

Format uri

URI of the file in Kestra storage