Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cyberduck Uploads Strange Files #4282

Closed
cyberduck opened this issue Mar 6, 2010 · 1 comment
Closed

Cyberduck Uploads Strange Files #4282

cyberduck opened this issue Mar 6, 2010 · 1 comment
Assignees
Labels
bug ftp FTP Protocol Implementation high priority worksforme

Comments

@cyberduck
Copy link
Collaborator

0c55e0b created the issue

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?

@cyberduck
Copy link
Collaborator Author

@dkocher commented

The regular expression is wrong. It should read

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

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug ftp FTP Protocol Implementation high priority worksforme
Projects
None yet
Development

No branches or pull requests

2 participants