List files from a SMB (Samba for eg.) server directory
yaml
type: "io.kestra.plugin.fs.smb.List"
yaml
id: fs_smb_list
namespace: company.team
tasks:
- id: list
type: io.kestra.plugin.fs.smb.List
host: localhost
port: "445"
username: foo
password: pass
from: "/my_share/dir1/"
regExp: ".*\/dir1\/.*.(yaml|yml)"
The fully-qualified URIs that point to path
Hostname of the remote server
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