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
Default false
Default false
Default 445
Format uri
Format uri