External storage - Move and overwrite files

I’m trying to copy a file from external storage to local storage and overwrite an existing file with the same name.

However I can not copy and overwrite but get the following error message instead:

Could not copy “filename.zip”, target exists

Is that a bug or is there no feature copy and overwrite

My system is:

  • Nextcloud 14
  • Nginx (latest)
  • PHP 7.2.10
  • Firefox 63

I’ve created an issue on Github