String to Ignore All Files Except Video #17279
Unanswered
JamesOrlowski
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What string would I use to filter-out (ignore) all filetypes other than videos when uploading? I've tried several strings, but either my uploads ignore everything, or ignores nothing.
This was my last attempt, but it just made Cyberduck ignore everything.
^(?!.*\.(mov|mp4|mxf|avi|mkv|wmv|flv|webm|mpeg|mpg|m4v|3gp|3g2|vob|ts|mts|m2ts)$).*
Beta Was this translation helpful? Give feedback.
All reactions