yaml
type: "io.kestra.plugin.fs.smb.Move"
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
Defaultfalse
Defaultfalse
Default445
Formaturi
Formaturi