Unraid Nextcloud add files manully

  1. From Krusader copy files over to your file folder on in nextcloud data folder
  2. 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

  1. then your file will appear in the folder.

 

or open unraid console and run

docker exec -it nextcloud occ files:scan – -all