Download
yaml
type: "io.kestra.plugin.fs.smb.download"
Examples
yaml
id: fs_smb_download
namespace: company.team
tasks:
- id: download
type: io.kestra.plugin.fs.smb.Download
host: localhost
port: "445"
username: foo
password: "{{ secret('SMB_PASSWORD') }}"
from: "/my_share/file.txt"
Properties
from *Requiredstring
host *Requiredstring
enableSshRsa1 booleanstring
Default
false
password string
port string
Default
445
username string
Outputs
from string
Format
uri
to string
Format
uri