Downloads Downloads
Downloads Certified

yaml
type: "io.kestra.plugin.fs.local.Downloads"
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
DefaultNONE
Possible Values
MOVEDELETENONE
Default25
Defaultfalse
Definitions
accessedDatestring
Formatdate-time
createdDatestring
Formatdate-time
isDirectoryboolean
localPath
modifiedDatestring
Formatdate-time
namestring
parentstring
sizeinteger
uristring
Formaturi
SubTypestring