Download multiple files from an SMB (e.g., Samba) 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
Default
false
Enable the disabled by default RSA/SHA1 algorithm
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