[Cyberduck-trac] [Cyberduck] #2964: Exclude files does not work / limit file size?

Cyberduck trac at trac.cyberduck.ch
Mon Mar 16 12:21:45 CET 2009


#2964: Exclude files does not work / limit file size?
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |        Owner:  dkocher   
     Type:  defect     |       Status:  closed    
 Priority:  high       |    Milestone:            
Component:  core       |      Version:  3.1.2     
 Severity:  major      |   Resolution:  worksforme
 Keywords:             |  
-----------------------+----------------------------------------------------
Changes (by dkocher):

  * status:  new => closed
  * resolution:  => worksforme


Old description:

> 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?

New description:

 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?

--

Comment:

 Regular Expression syntax must be


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

-- 
Ticket URL: <http://trac.cyberduck.ch/ticket/2964#comment:1>
Cyberduck <http://cyberduck.ch>
FTP, SFTP, WebDAV, Cloud Files and Amazon S3 Browser for Mac OS X.


More information about the Cyberduck-trac mailing list