Ticket #511 (closed enhancement: fixed)

Opened 4 years ago

Last modified 4 years ago

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

Reported by: darcybrown@… Owned by: dkocher
Priority: normal Milestone: 2.7.3
Component: interface Version: 2.6
Severity: normal Keywords:
Cc: Platform:
Architecture:

Description (last modified by dkocher) (diff)

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.

Change History

comment:1 Changed 4 years ago by dkocher

  • Status changed from new to assigned
  • Component changed from core to interface
  • Milestone set to 2.6.5

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.

comment:2 Changed 4 years ago by dkocher

  • Summary changed from .svn directories get uploaded, but are not viewable to Preference to exclude files from transfers (e.g. .svn)

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.

comment:3 Changed 4 years ago by dkocher

  • Type changed from defect to enhancement
  • Description modified (diff)

comment:4 Changed 4 years ago by dkocher

  • Status changed from assigned to closed
  • Resolution set to fixed
  • Milestone changed from 2.8 to 2.7.3

See r2799 and r2800.

Note: See TracTickets for help on using tickets.