Download multiple files from a SMB (Samba for eg.) server
yaml
type: "io.kestra.plugin.fs.smb.Downloads"
Download files from my_share
and move them to an archive_share
yaml
id: fs_smb_downloads
namespace: company.team
tasks:
- id: downloads
type: io.kestra.plugin.fs.smb.Downloads
host: localhost
port: "445"
username: foo
password: pass
from: "/my_share/"
interval: PT10S
action: MOVE
moveDirectory: "/archive_share/"
The directory to list
Hostname of the remote server
Possible Values
MOVE
DELETE
NONE
The action to do on downloaded files
The destination directory in case of MOVE
Password on the remote server
Default
445
Port of the remote server
Default
false
List file recursively
A regexp to filter on full path
Username on the remote server
Format
date-time
Possible Values
FOLDER
FILE
FILE_OR_FOLDER
IMAGINARY
Format
uri
Default
false
Format
date-time