linux:owncloud:addfiles
This is an old revision of the document!
Manually add files to ownCloud
http://bartsimons.me/manually-add-files-to-owncloud/
First, find your data folder
find / -name config.php 2>/dev/null | while read line ; do cat "$line" | grep " 'datadirectory'" ; done
Now cd to the folder
cd /var/www/owncloud/data
Check the folder content
ls -all
Find the users folder and create a new folder within or move/copy files here
md testfolder
linux/owncloud/addfiles.1587992159.txt.gz · Last modified: 2020/04/27 12:55 by rplecko
