I accidentally had a directory in my nextcloud which contained a colon in its filename, e.g. tro:lol
. Btw, this is totally legal in unix and I think in OSX, aswell.
When trying to sync the folder (to the fat32 sdcard) with the android client, i get an error message.
Download failed
Could not download tro:lol
In case a directory contains a colon, the dir including it's content does not sync.
In case a file contains the colon, the file is not synced.
:
is a reserved char. The error message should be more specific, e.g.:Download failed
Could not download tro:lol : Illegal filename
mkdir tro:lol; cd tro:lol; touch 1 2 3
tro:lol
entry and select Sync
.Android version: 7.1.2
Device model: Samsung S5 (klte)
Stock or customized system: LineageOs (microg)
Nextcloud app version: 3.1.0
Nextcloud server version: 13.0.2-1
Correct, we can enhance the error message, but the underlying error we cannot change…
This request did not receive an update in the last 4 weeks. Please take a look again and update the issue with new details, otherwise the issue will be automatically closed in 2 weeks. Thank you!
Most helpful comment
Correct, we can enhance the error message, but the underlying error we cannot change…