IncludeHiddenFiles
Specifies whether the provider includes hidden files when listing directory contents on the SFTP server.
Data Type
bool
Default Value
true
Remarks
This property controls whether the add-in includes hidden files during file listings.
Files are considered hidden if their names begin with a period such as .gitignore or .env.
If this property is set to true, hidden files are included in directory listings.
If this property is set to false, the add-in excludes hidden files from all queries and file listings.