Downloads
Downloads
yaml
type: "io.kestra.plugin.fs.smb.Downloads"Examples
yaml
id: fs_smb_downloads
namespace: company.team
tasks:
- id: downloads
type: io.kestra.plugin.fs.smb.Downloads
host: localhost
port: "445"
username: foo
password: "{{ secret('SMB_PASSWORD') }}"
from: "/my_share/"
interval: PT10S
action: MOVE
moveDirectory: "/archive_share/"
Properties
from *Requiredstring
host *Requiredstring
action string
Possible Values
MOVEDELETENONEenableSshRsa1 booleanstring
Default
falsemaxFiles integerstring
Default
25moveDirectory string
password string
port string
Default
445recursive booleanstring
Default
falseregExp string
username string
Outputs
files array
Definitions
io.kestra.plugin.fs.vfs.models.File
accessDatestring
Format
date-timefileTypestring
Possible Values
FOLDERFILEFILE_OR_FOLDERIMAGINARYflagsinteger
groupIdinteger
namestring
pathstring
Format
uripermissionsinteger
sizeinteger
symbolicLinkboolean
Default
falseupdatedDatestring
Format
date-timeuserIdinteger
outputFiles object
SubTypestring