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

Folder not synced on Windows with illegal folder name #1901

Closed
xbelt opened this issue Mar 27, 2020 · 4 comments
Closed

Folder not synced on Windows with illegal folder name #1901

xbelt opened this issue Mar 27, 2020 · 4 comments

Comments

@xbelt
Copy link

xbelt commented Mar 27, 2020

When creating a folder in Nextcloud with an ampersand (or any other illegal folder name in windows), the sync client cannot synchronize the folder

Expected behaviour

The folder should be synchronized - possibly by removing illegal characters.

Actual behaviour

The folder is not synched and no error message is displayed.

Steps to reproduce

  1. Create a folder in the webbrowser called "Test&Test"
  2. Force sync from the client

Client configuration

Client version: 2.6.4stable-Windowsx64

Operating system: Windows 10

OS language: german

Installation path of client: not relevant

Server configuration

Nextcloud version:17.0.1

Storage backend (external storage):

@claell claell changed the title Folder not synched on Windows with illegal folder name Folder not synced on Windows with illegal folder name Apr 3, 2020
@alexanderdd
Copy link

can confirm & reproduce. This is also true for files. maybe rename this issue to "files/folders with special characters (* : etc) not synced to Windows, no warning "

Seems very severe to me because there is not even a warning. Is there a tag to show that this is a severe issue?

For reference: Nextcloud allows to create files/folders with special characters that are not allowed in Windows. These are not allowed in Windows:

 < (less than)
 > (greater than)
 : (colon - sometimes works, but is actually NTFS Alternate Data Streams)
 " (double quote)
 / (forward slash)
 \ (backslash)
 | (vertical bar or pipe)
 ? (question mark)
 * (asterisk)

Option 1: Nextcloud only allows file and folder names that also work in Windows (should I repost this in server github?)
Option 2: The client warns about every file/folder that cannot be synced due to special characters, and offers a button "rename automatically" that replaces these characters by "-" so that sync can be completed.

@claell
Copy link

claell commented Apr 4, 2020

This seems to be a duplicate of #464. Please confirm and close this issue if that is the case. Discussion can continued in the original issue then.

@alexanderdd
Copy link

@xbelt see message above?

I think its a duplicate, but I can't close this

@er-vin
Copy link
Member

er-vin commented Aug 11, 2020

Duplicate of #464

@er-vin er-vin marked this as a duplicate of #464 Aug 11, 2020
@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
Projects
None yet
Development

No branches or pull requests

4 participants