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
MOVE
DELETE
NONE
enableSshRsa1 booleanstring
Default
false
moveDirectory string
password string
port string
Default
445
recursive booleanstring
Default
false
regExp string
username string
Definitions
io.kestra.plugin.fs.vfs.models.File
accessDate string
Format
date-time
fileType string
Possible Values
FOLDER
FILE
FILE_OR_FOLDER
IMAGINARY
flags integer
groupId integer
name string
path string
Format
uri
permissions integer
size integer
symbolicLink boolean
Default
false
updatedDate string
Format
date-time