Icons folder won't show in a Samba connection

Hi all. This has me stumped!
In my local folder (config\www), I have a folder named “icons”. At some point it stopped showing up via a Samba connection. I can navigate to it via Configurator fine. If I rename it to “icon” it appears in Samba. Rename it back to “icons” and it vanishes in Samba. What the hec might be going on?
Thanks
Milster

1 Like

Look at the addon configuration and remove "icon?" from veto files:

  "veto_files": [
    "._*",
    ".DS_Store",
    "Thumbs.db"

This has tripped a few people up.

9 Likes

Voila! Thanks so much Tom! Much appreciated!

1 Like

Thank you! Instant headache remedy.