How to configure ownCloud server to get shared files into one dedicated directory

Steps to reproduce

One user shares a file with another user.

Expected behaviour

I want the file to appear in other users directory “Shared” which is located in his base directory.

Actual behaviour

The file appears in his base directory.

Server configuration

Operating system:
Debian Jessie, 3.16.0-6-amd64

Web server:
Apache

Database:
MySQL 14.14

PHP version:
7.0.32

ownCloud version: (see ownCloud admin page)
10.2.0

Hey,

i have found the following configuration option in the config/config.sample.php of my ownCloud installation. Maybe this is the configuration option you are looking for?

/**
 * Define a default folder for shared files and folders other than root.
 */
'share_folder' => '/',
2 Likes

Hi Tom,

thats it, with this setting applied it is working:-)

Thank you!

2 Likes