- From Krusader copy files over to your file folder on in nextcloud data folder
- go into next cloud docker console, then run
” sudo -u abc php /config/www/nextcloud/console.php files:scan –all”
for single user:
sudo -u abc php /config/www/nextcloud/console.php files:scan admin
- then your file will appear in the folder.
or open unraid console and run
docker exec -it nextcloud occ files:scan – -all