Download a file from an SMB (e.g., Samba) server.
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: pass
from: "/my_share/file.txt"
The fully-qualified URIs that point to destination path
Hostname of the remote server
Default
false
Enable the disabled by default RSA/SHA1 algorithm
Password on the remote server
Default
445
Port of the remote server
Username on the remote server
Format
uri
The fully-qualified URIs that point to source data
Format
uri
The fully-qualified URIs that point to destination path