Community Tip - You can change your system assigned username to something more personal in your community settings. X
Hey, I am trying to get some files from a project folder and would like to filter the files so only .psd files are downloaded. Is that possible?
The sandboxes views in the gui have a filter scroll box.
I would try "Members with Name" and filter "*.psd"
For cli (si co or si resync) --filter=name:*.psd
c:\MySandbox>si resync --recurse --filter=name:*.psd
hth
Jürgen