Upload a file to a SMB (Samba for eg.) server
yaml
type: "io.kestra.plugin.fs.smb.Upload"
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: pass
from: "{{ inputs.file }}"
to: "/my_share/dir2/file.txt"
Dynamic YES
The file to copy, must be an internal storage URI
Dynamic YES
Hostname of the remote server
Dynamic YES
Password on the remote server
Dynamic YES
Default 445
Port of the remote server
Dynamic YES
The destination path, if not set it will use the name of the file denoted by the from
property
Dynamic YES
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