Download multiple files from FTP server
yaml
type: "io.kestra.plugin.fs.ftp.Downloads"
Download a list of files and move it to an archive folders
yaml
id: fs_ftp_downloads
namespace: company.team
tasks:
- id: downloads
type: io.kestra.plugin.fs.ftp.Downloads
host: localhost
port: 21
username: foo
password: pass
from: "/in/"
interval: PT10S
action: MOVE
moveDirectory: "/archive/"
Dynamic YES
The directory to list
Dynamic YES
Hostname of the remote server
Dynamic YES
Possible Values
MOVEDELETENONE
The action to do on downloaded files
Dynamic YES
The destination directory in case of MOVE
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 false
Dynamic YES
A regexp to filter on full path
Dynamic YES
Default true
Dynamic YES
Default true
Dynamic YES
Username on the remote server
Dynamic NO
Format date-time
Dynamic NO
Possible Values
FOLDERFILEFILE_OR_FOLDERIMAGINARY
Dynamic NO
Dynamic NO
Dynamic NO
Dynamic NO
Format uri
Dynamic NO
Dynamic NO
Dynamic NO
Default false
Dynamic NO
Format date-time
Dynamic NO