
List
List
List files from an SMB (e.g., Samba) server directory.
yaml
type: "io.kestra.plugin.fs.smb.List"Examples
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: "{{ secret('SMB_PASSWORD') }}"
from: "/my_share/dir1/"
regExp: ".*\/dir1\/.*.(yaml|yml)"
Properties
from*Requiredstring
The fully-qualified URIs that point to a path
host*Requiredstring
Hostname of the remote server
enableSshRsa1booleanstring
Default
falseEnable the RSA/SHA1 algorithm (disabled by default)
passwordstring
Password on the remote server
portstring
Default
445Port of the remote server
recursivebooleanstring
Default
falseList files recursively
regExpstring
A regexp to filter on full path
usernamestring
Username on the remote server
Outputs
filesarray
The list of files
Definitions
io.kestra.plugin.fs.vfs.models.File
accessDatestring
Format
date-timefileTypestring
Possible Values
FOLDERFILEFILE_OR_FOLDERIMAGINARYflagsinteger
groupIdinteger
namestring
pathstring
Format
uripermissionsinteger
sizeinteger
symbolicLinkboolean
Default
falseupdatedDatestring
Format
date-timeuserIdinteger