No perder los archivos cuando se deja de compartir

Quiero dejar de compartir archivos pero que los otros usuarios puedan mantenerlos si lo desean. Yo soy la dueña de la carpeta, pero no quiero borrar obligatoriamente la carpeta de los usarios con quienes la comparti

If you are ownCloud administrator you can run the following occ command:

occ files:transfer-ownership --path="folder/to/move" <source-user> <destination-user>

More information about this command here: https://doc.owncloud.com/server/10.2/admin_manual/configuration/server/occ_command.html#the-filestransfer-ownership-command

Otherwise the only solution is for the share recipients to copy the folders before you delete them.

1 Like