Download a file from the local filesystem to the Kestra internal storage.
yaml
type: "io.kestra.plugin.fs.local.Download"
Examples
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
from *Requiredstring
Source file path on the local filesystem
Absolute path of the file to download
Outputs
size integer
Size of the downloaded file in bytes
uri string
Format
uri
URI of the file in Kestra storage