If copy_file_range is implemented, we can, in theory, implement a copy operation of dehydrated files with a callback to the file provider.
Remarks
- Adding
copy_file_range requires a rather recent version of libfuse. Therefore, we have to add libfuse to the deployment, AppImage for OpenCloud Desktop.
- The server-side copy of virtual files is only possible if the whole file is copied and not a just a chunk.
If
copy_file_rangeis implemented, we can, in theory, implement a copy operation of dehydrated files with a callback to the file provider.Remarks
copy_file_rangerequires a rather recent version of libfuse. Therefore, we have to add libfuse to the deployment, AppImage for OpenCloud Desktop.