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

Some files with special characters in file names do not sync #2014

Closed
jernst opened this issue May 24, 2020 · 3 comments
Closed

Some files with special characters in file names do not sync #2014

jernst opened this issue May 24, 2020 · 3 comments

Comments

@jernst
Copy link

jernst commented May 24, 2020

Expected behaviour

File sync!

Actual behaviour

Affected files are shown with a red X in the Finder, and not sync'd.

Steps to reproduce

  • Create a file with an unsupported character in the file name.
  • Easiest: vcf files created by Apple Address Book, which sometimes have those characters in it -- perhaps from a business card scanning program. This is how I came across it. But given than Apple supports those files, Nextcloud should.
  • Example file names:
    • Foo Bar\;PH.D..vcf
    • Foo Bar\, MS.vcf
    • American express\ntravelers checks.vcf

Client configuration

Client version: 2.6.1stable

Operating system:
macOS

Server configuration

UBOS Linux (not that it should matter)

@warnerbryce
Copy link

It’s normal.
Nextcloud sync files for Linux / Windows / OS X and every OS have it’s folder and files restrictions.
You can’t put a / or \ in a folder name in Windows.
The nextcloud sync client will halt and throw error when it detect this kind of name in file or folder.

@jernst
Copy link
Author

jernst commented Jun 7, 2020

Of course mapping would be required. Just like for so many other situations, like Windows file names on DOS filesystems, or colons on MacOS before OSX, or cygwin, or OSX Finder view vs filesystem view etc. This is not a new problem and IMHO Nextcloud should solve it similarly to how it has been solved before in other contexts.

@er-vin
Copy link
Member

er-vin commented Aug 11, 2020

Duplicate of #464 it seems

@er-vin er-vin closed this as completed Aug 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants