Upload
Upload a file over SMB
Upload
Upload a file over SMB
yaml
type: io.kestra.plugin.fs.smb.UploadExamples
yaml
id: fs_smb_upload
namespace: company.team
inputs:
- id: file
type: FILE
tasks:
- id: upload
type: io.kestra.plugin.fs.smb.Upload
host: localhost
port: "445"
username: foo
password: "{{ secret('SMB_PASSWORD') }}"
from: "{{ inputs.file }}"
to: "/my_share/dir2/file.txt"
Properties
from *Requiredstring
host *Requiredstring
overwrite booleanstring
Default
falsepassword string
port string
Default
445to string
username string
Outputs
from string
Format
urito string
Format
uri