yaml
type: "io.kestra.plugin.fs.local.downloads"
Examples
yaml
id: fs_local_downloads
namespace: company.team
tasks:
- id: downloads
type: io.kestra.plugin.fs.local.Downloads
from: "/data/files/"
regExp: ".*.csv"
recursive: true
action: NONE
yaml
id: fs_local_downloads_move
namespace: company.team
tasks:
- id: downloads_move
type: io.kestra.plugin.fs.local.Downloads
from: /data/files/
regExp: ".*.csv"
recursive: true
action: MOVE
moveDirectory: "/data/archive"
Properties
from *Requiredstring
action string
Default
NONE
Possible Values
MOVE
DELETE
NONE
moveDirectory string
recursive booleanstring
Default
false
regExp string
Definitions
io.kestra.plugin.fs.local.models.File
accessedDate string
Format
date-time
createdDate string
Format
date-time
isDirectory boolean
localPath Path
modifiedDate string
Format
date-time
name string
parent string
size integer
uri string
Format
uri