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 upolade les fichiers cachés commençant par un point #2613

Closed
cyberduck opened this issue Sep 27, 2008 · 1 comment
Closed

CyberDuck upolade les fichiers cachés commençant par un point #2613

cyberduck opened this issue Sep 27, 2008 · 1 comment
Assignees
Labels
bug ftp FTP Protocol Implementation worksforme

Comments

@cyberduck
Copy link
Collaborator

a230f84 created the issue

Bonjour

Même si la case est cochée dans les Préférences > Transferts > Avancé, il semble que Cyberduck 3.0.2 envoie quand même les fichiers commençant par un point sur le serveur FTP distant, quand ceux-ci sont contenus dans des dossiers.

Y'aurait-il peut-être une erreur de syntaxe dans l'expression par défaut des fichiers à ignorer ?

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

Bonne chasse !

@cyberduck
Copy link
Collaborator Author

@dkocher commented

This default regular expression does not exclude files that start with a
'.'. That expression would be

\..*

@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 worksforme
Projects
None yet
Development

No branches or pull requests

2 participants