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
Default false
Default 445
Format uri
Format uri