Filtering.... howto?

Has anyone got file filtering working properly?

With the new 403 errors on upload, I might as well slim down what gets uploaded.

Any tips?

What are you trying to achieve?

Looking at the the filter docs would probably be a good first start.

I’d badly like to filter out a large folder using the --exclude command but have had zero luck. Must we use a text file to direct filtering? I’ve been unable to find a single example of using the exclude switch but plenty that reference a text list. Can we not do this from the command line and if so are we limited to one directory?

You should be able to filter a whole directory using something like this: dir/** You need two stars.