diff --git a/backend/webdav/webdav.go b/backend/webdav/webdav.go index ce2fb3ae1..e5d854669 100644 --- a/backend/webdav/webdav.go +++ b/backend/webdav/webdav.go @@ -1067,7 +1067,7 @@ func (f *Fs) DirMove(ctx context.Context, src fs.Fs, srcRemote, dstRemote string Path: addSlash(srcPath), NoResponse: true, ExtraHeaders: map[string]string{ - "Destination": addSlash(destinationURL.String()), + "Destination": destinationURL.String(), "Overwrite": "F", }, }