-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Description
Expected behavior
Remote shares should use the "default folder for shared files and folders other than root".
The received file should be stored in the defined folder.
https://github.com/nextcloud/server/blob/stable9/config/config.sample.php#L1066-L1069
Actual behavior
The received files stored in the root.
Steps to reproduce the behavior
- Create a federated file share on server one.
- Accept the remote file share on server two.
- On server two, take a look into the share folder, defined in
config.php.
Server configuration
Nextcloud version:
9.0.53 (stable)
Updated from an older Nextcloud/ownCloud or fresh install:
ownCloud 9.0.3 -> Nextcloud 9.0.50 -> … -> 9.0.53
List of activated apps:
App list
…
- federatedfilesharing: 0.1.0
- federation: 0.0.4
- files: 1.4.4
…
- files_sharing: 0.9.1
…
The content of config/config.php:
Config report
…
'share_folder' => '/Shared',
…
Is it a bug, a feature, or by design?