Browse Source
When uploading files through WebDAV, a part file is created and a rename operation is performed with the expectation that the part file overwrites an existing file, if any. This fix makes the SMB external storage delete the target file before renaming, as smbclient doesn't support overwrite on move/rename. Fixes #5348remotes/origin/stable6
2 changed files with 16 additions and 2 deletions
Loading…
Reference in new issue