Move
Move Certified

Move or rename a file over SMB

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
Default445
Formaturi
Formaturi