Download
Certified
Download a file via SFTP
Download
Certified
Download a file via SFTP
yaml
type: io.kestra.plugin.fs.sftp.DownloadExamples
yaml
id: fs_sftp_download
namespace: company.team
tasks:
- id: download
type: io.kestra.plugin.fs.sftp.Download
host: localhost
port: "22"
username: foo
password: "{{ secret('SFTP_PASSWORD') }}"
from: "/in/file.txt"
Properties
from *Requiredstring
host *Requiredstring
checksumAlgorithm string
Default
SHA_256Possible Values
MD5SHA_1SHA_256SHA_512checksumExpected string
enableSshRsa1 booleanstring
Default
falsekeyExchangeAlgorithm string
keyfile string
passphrase string
password string
port string
Default
22proxyAddress string
proxyPassword string
proxyPort string
proxyType string
proxyUsername string
rootDir booleanstring
Default
trueusername string
validateChecksum booleanstring
Default
falseOutputs
checksum string
from string
Format
urito string
Format
uri