[Cyberduck-trac] [Cyberduck] #3200: Skip files matching regular expression does not work

Cyberduck trac at trac.cyberduck.ch
Sat May 16 14:59:18 CEST 2009


#3200: Skip files matching regular expression does not work
------------------------------------+---------------------------------------
 Reporter:  josephbeeson@…          |       Owner:  dkocher
     Type:  defect                  |      Status:  new    
 Priority:  normal                  |   Milestone:         
Component:  core                    |     Version:  3.2    
 Severity:  normal                  |    Keywords:         
------------------------------------+---------------------------------------
 I use a file naming scheme to mark my test files in a website.  For
 example, files that start with !tc_:


 {{{
 !tc_abs_layout.css
 !tc_abs_layout.html
 !tc_content.css
 !tc_intro.html
 !tc_rel_layout_CMSMS.html
 !tc_rel_layout_ie6_screenshot.html
 !tc_rel_layout.css
 !tc_rel_layout.html
 }}}


 I do not want these files to be uploaded to the production website, so I
 have created an exclusion filter in Cyberduck.  I know Perl, so the
 regular expression should not be the problem.  I have tried:

 {{{
 .*~\..*|\.DS_Store|\.svn|CVS|^(\!tc_).*|\.psd
 .*~\..*|\.DS_Store|\.svn|CVS|^\!tc_.*|\.psd
 .*~\..*|\.DS_Store|\.svn|CVS|\!tc_.*|\.psd
 .*~\..*|\.DS_Store|\.svn|CVS|!tc_.*|\.psd
 .*~\..*|\.DS_Store|\.svn|CVS|!.*|\.psd
 }}}

 The trouble is, they upload.

-- 
Ticket URL: <http://trac.cyberduck.ch/ticket/3200>
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