
Download
Download
Download a file from an SMB (e.g., Samba) server.
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
Hostname of the remote server
enableSshRsa1booleanstring
Default
falseEnable the RSA/SHA1 algorithm (disabled by default)
passwordstring
Password on the remote server
portstring
Default
445Port of the remote server
usernamestring
Username on the remote server
Outputs
fromstring
Format
uriThe fully-qualified URIs that point to source data
tostring
Format
uriThe fully-qualified URIs that point to destination path