[Cyberduck-trac] [Cyberduck] #4282: Cyberduck Uploads Strange Files

Cyberduck trac at trac.cyberduck.ch
Thu Apr 1 17:25:32 CEST 2010


#4282: Cyberduck Uploads Strange Files
------------------------------------+---------------------------------------
 Reporter:  grassmeyer@…            |        Owner:  dkocher      
     Type:  defect                  |       Status:  closed       
 Priority:  high                    |    Milestone:               
Component:  ftp                     |      Version:  3.4.1        
 Severity:  normal                  |   Resolution:  worksforme   
 Keywords:                          |     Platform:  Mac OS X 10.6
------------------------------------+---------------------------------------
Changes (by dkocher):

  * status:  new => closed
  * platform:  => Mac OS X 10.6
  * resolution:  => worksforme


Old description:

> Cyberduck is uploading ._ files to my server.  I saw in preferences you
> can tell it to skip these files but it still uploads them.  This is what
> I have in the preferences for uploads:
>
> .*~\..*|\.DS_Store|\.svn|CVS\._
>
> How do I get it to stop uploading these weird files?

New description:

 Cyberduck is uploading ._ files to my server.  I saw in preferences you
 can tell it to skip these files but it still uploads them.  This is what I
 have in the preferences for uploads:


 {{{
 .*~\..*|\.DS_Store|\.svn|CVS\._
 }}}


 How do I get it to stop uploading these weird files?

--

Comment:

 The regular expression is wrong. It should read

 {{{
 .*~\..*|\.DS_Store|\.svn|CVS|\._.*
 }}}

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