Download
Download a file over SMB
Download
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"
Properties
from *Requiredstring
host *Requiredstring
password string
port string
Default
445username string
Outputs
from string
Format
urito string
Format
uri