Downloads
Download multiple files over SMB
Downloads
Download multiple files over SMB
yaml
type: io.kestra.plugin.fs.smb.DownloadsExamples
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/"
action: MOVE
moveDirectory: "/archive_share/"
Properties
from *Requiredstring
host *Requiredstring
action string
Possible Values
MOVEDELETENONEmaxFiles 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