rclone/backend/smb
Nick Craig-Wood b5857f0bf8 smb: fix modtime of multithread uploads by setting PartialUploads
Before this change PartialUploads was not set. This is clearly wrong
since incoming files are visible on the smb server.

Setting PartialUploads fixes the multithread upload modtime problem as
it uses the PartialUploads flag as an indication that it needs to set
the modtime explicitly.

This problem was detected by the new TestMultithreadCopy integration
tests

Fixes #7411
2023-11-25 18:46:48 +00:00
..
connpool.go smb: fix about size wrong by switching to github.com/cloudsoda/go-smb2/ fork 2023-11-25 18:45:41 +00:00
smb_test.go smb: backend to support SMB - fixes #2042 2022-09-30 16:10:57 +01:00
smb.go smb: fix modtime of multithread uploads by setting PartialUploads 2023-11-25 18:46:48 +00:00