Move
Move
yaml
type: "io.kestra.plugin.fs.sftp.Move"Examples
yaml
id: fs_sftp_move
namespace: company.team
tasks:
- id: move
type: io.kestra.plugin.fs.sftp.Move
host: localhost
port: "22"
username: foo
password: "{{ secret('SFTP_PASSWORD') }}"
from: "/upload/dir1/file.txt"
to: "/upload/dir2/file.txt"
Properties
from *Requiredstring
host *Requiredstring
to *Requiredstring
enableSshRsa1 booleanstring
Default
falsekeyExchangeAlgorithm string
keyfile string
overwrite booleanstring
Default
falsepassphrase string
password string
port string
Default
22proxyAddress string
proxyPassword string
proxyPort string
proxyType string
proxyUsername string
rootDir booleanstring
Default
trueusername string
Outputs
from string
Format
urito string
Format
uri