yaml
type: "io.kestra.plugin.fs.smb.Download"
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
Defaultfalse
Default445
Formaturi
Formaturi