I had a file called "utilità.xxx", with an accented A at last character.
I noticed that Nextcloud client (both Windows and Mac) stucks when get to download that file: "CSync failed to access utilità.xxx" and all restart with "checking for changes", and again and again and again, without download anything: many subfolders, and no files downloaded. So I had an idea: rename "utilità" in "utility" from terminal, then try with
Code: Select all
sudo -u www-data php /var/www/nextcloud/occ files:scan --all -v
Code: Select all
sudo -u www-data php /var/www/nextcloud/occ files:cleanup -v
Can anyone help me? :geek: