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

Preference to exclude files from transfers (e.g. .svn) #12438

Closed
cyberduck opened this issue Jun 26, 2006 · 3 comments
Closed

Preference to exclude files from transfers (e.g. .svn) #12438

cyberduck opened this issue Jun 26, 2006 · 3 comments
Assignees
Milestone

Comments

@cyberduck
Copy link
Collaborator

987324a created the issue

When uploading, there is no way to disable hidden files from being uploaded. So, all the nested .svn folders get uploaded with the files. For CVS, they aren't hidden, however it would be good if there was a way to tell it not to upload these directories also.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

A way to exclude files from being uploaded is described in http://cyberduck.ch/help/en/faq/index.html (see the bottom of the page). I take this as a user interface request to make this option available in the preferences of Cyberduck.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Exclude some files and directories globally from download, upload, e.g.

  • Exclude all CVS and .svn directories from downloads:
    defaults write ch.sudo.cyberduck queue.download.skip "CVS .svn"
  • Exclude all CVS and .svn directories from uploads:
    defaults write ch.sudo.cyberduck queue.upload.skip "CVS .svn"
    These settings also apply to downloaded or uploaded using the synchronization feature.

Make these setting configurable in the Preferences.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

See 57ad9ec and 52e441f.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants