Download
Certified
Download a file over SMB
Download
Certified
Download a file over SMB
yaml
type: io.kestra.plugin.fs.smb.DownloadExamples
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
from *Requiredstring
host *Requiredstring
checksumAlgorithm string
Default
SHA_256Possible Values
MD5SHA_1SHA_256SHA_512checksumExpected string
password string
port string
Default
445username string
validateChecksum booleanstring
Default
falseOutputs
checksum string
from string
Format
urito string
Format
uri