Skip to main content
1-Visitor
February 19, 2018
Question

Filter Files when checking out

  • February 19, 2018
  • 1 reply
  • 1121 views

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?

1 reply

12-Amethyst
February 20, 2018

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