[Cyberduck-trac] [Cyberduck] #2862: not working: skip files matching regular expression
Cyberduck
trac at trac.cyberduck.ch
Fri Jan 9 12:14:46 CET 2009
#2862: not working: skip files matching regular expression
-------------------------------------------------+--------------------------
Reporter: cyberducklingfishy.10.unit@… | Owner: dkocher
Type: defect | Status: closed
Priority: normal | Milestone:
Component: core | Version: 3.1
Severity: normal | Resolution: worksforme
Keywords: skip |
-------------------------------------------------+--------------------------
Changes (by dkocher):
* status: new => closed
* resolution: => worksforme
Old description:
> All my uploads maintain include the ._ prefixed invisible mac files
> despite the advanced setting being:
>
> .*~\..*|\.DS_Store|\.svn|CVS|._*
>
> I have tried adding to this list to try and stop transfer of other file
> types but it doesn't seem to operate.
>
> Any clues? It's a shame it doesnt work for me as in all other respects
> this is brilliant.
New description:
All my uploads maintain include the ._ prefixed invisible mac files
despite the advanced setting being:
{{{
.*~\..*|\.DS_Store|\.svn|CVS|._*
}}}
I have tried adding to this list to try and stop transfer of other file
types but it doesn't seem to operate.
Any clues? It's a shame it doesnt work for me as in all other respects
this is brilliant.
--
Comment:
The expression will exclude files that begin with any character followed
by 0 or more underscores. If you want to exclude all files that start with
an underscore write `_.*`.
--
Ticket URL: <http://trac.cyberduck.ch/ticket/2862#comment:1>
Cyberduck <http://cyberduck.ch>
FTP, SFTP, WebDAV and Amazon S3 Browser for Mac OS X.
More information about the Cyberduck-trac
mailing list