Downloads
yaml
type: "io.kestra.plugin.fs.sftp.downloads"
Examples
yaml
id: fs_sftp_downloads
namespace: company.team
tasks:
- id: downloads
type: io.kestra.plugin.fs.sftp.Downloads
host: localhost
port: "22"
username: foo
password: "{{ secret('SFTP_PASSWORD') }}"
from: "/in/"
interval: PT10S
action: MOVE
moveDirectory: "/archive/"
Properties
from *Requiredstring
host *Requiredstring
action string
Possible Values
MOVE
DELETE
NONE
enableSshRsa1 booleanstring
Default
false
keyExchangeAlgorithm string
keyfile string
moveDirectory string
passphrase string
password string
port string
Default
22
proxyHost string
proxyPassword string
proxyPort string
proxyType string
proxyUser string
recursive booleanstring
Default
false
regExp string
rootDir booleanstring
Default
true
username string
Definitions
io.kestra.plugin.fs.vfs.models.File
accessDate string
Format
date-time
fileType string
Possible Values
FOLDER
FILE
FILE_OR_FOLDER
IMAGINARY
flags integer
groupId integer
name string
path string
Format
uri
permissions integer
size integer
symbolicLink boolean
Default
false
updatedDate string
Format
date-time