Download
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
falsepassword string
port string
Default
445username string
Outputs
from string
Format
urito string
Format
uri