yaml
type: "io.kestra.plugin.fs.sftp.delete"
Examples
yaml
id: fs_sftp_delete
namespace: company.team
tasks:
- id: delete
type: io.kestra.plugin.fs.sftp.Delete
host: localhost
port: "22"
username: foo
password: "{{ secret('SFTP_PASSWORD') }}"
uri: "/upload/dir1/file.txt"
Properties
host *Requiredstring
uri *Requiredstring
enableSshRsa1 booleanstring
Default
false
errorOnMissing booleanstring
Default
false
keyExchangeAlgorithm string
keyfile string
passphrase string
password string
port string
Default
22
proxyHost string
proxyPassword string
proxyPort string
proxyType string
proxyUser string
rootDir booleanstring
Default
true
username string
Outputs
deleted boolean
Default
false
uri string
Format
uri