Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exclude files does not work / limit file size? #2964

Closed
cyberduck opened this issue Feb 6, 2009 · 1 comment
Closed

Exclude files does not work / limit file size? #2964

cyberduck opened this issue Feb 6, 2009 · 1 comment

Comments

@cyberduck
Copy link
Collaborator

anonymous created the issue

I would like to prevent cyberduck from downloading files with the extension .m4v. I have modified Preferences - Advanced - Download to

.*~\..*|\.DS_Store|\.svn|CVS|RCS|SCCS|\.git|\.bzr|\.bzrignore|\.bzrtags|\.hg|\.hgignore|\.hgtags|_darcs\.m4v|

But cyberduck still downloads .m4v-files. What can be done?

Is there a way to exclude files eceeding a certain size from download?

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Regular Expression syntax must be

.*~\..*|\.DS_Store|\.svn|CVS|RCS|SCCS|\.git|\.bzr|\.bzrignore|\.bzrtags|\.hg|\.hgignore|\.hgtags|_darcs|\.m4v

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants