yaml
type: "io.kestra.plugin.fs.smb.move"
Examples
yaml
id: fs_smb_move
namespace: company.team
tasks:
- id: move
type: io.kestra.plugin.fs.smb.Move
host: localhost
port: "445"
username: foo
password: "{{ secret('SMB_PASSWORD') }}"
from: "/my_share/dir1/file.txt"
to: "/my_share/dir2/file.txt"
Properties
from *Requiredstring
host *Requiredstring
to *Requiredstring
enableSshRsa1 booleanstring
Default
false
overwrite booleanstring
Default
false
password string
port string
Default
445
username string
Outputs
from string
Format
uri
to string
Format
uri