Download file from FTP server
yaml
type: "io.kestra.plugin.fs.ftp.Download"
yaml
id: fs_ftp_download
namespace: company.team
tasks:
- id: download
type: io.kestra.plugin.fs.ftp.Download
host: localhost
port: 21
username: foo
password: pass
from: "/in/file.txt"
Dynamic YES
The fully-qualified URIs that point to destination path
Dynamic YES
Hostname of the remote server
Dynamic YES
Default true
Dynamic YES
Password on the remote server
Dynamic YES
Default 21
Port of the remote server
Dynamic YES
FTP proxy host
Dynamic YES
FTP proxy port
Dynamic YES
Possible Values
DIRECTHTTPSOCKS
FTP proxy type
Dynamic YES
Default true
Dynamic YES
Default true
Dynamic YES
Username on the remote server
Format uri
The fully-qualified URIs that point to source data
Format uri
The fully-qualified URIs that point to destination path