Download

Download

Certified

Download a file over SMB

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"

yaml
id: fs_smb_download_checksum
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"
    validateChecksum: true
    checksumExpected: "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
Properties
DefaultSHA_256
Possible Values
MD5SHA_1SHA_256SHA_512
Default445
Defaultfalse
Formaturi
Formaturi