rclone/backend/smb
Edwin Mackenzie-Owen c3989d1906
smb: implement multi-threaded writes for copies to smb
smb2.File implements the WriterAtCloser interface defined in
fs/types.go. Expose it via a OpenWriterAt method on
the fs struct to support multi-threaded writes.
2023-07-25 08:31:36 +01:00
..
connpool.go smb: code cleanup to avoid overwriting ctx before first use (fixes issue reported by the staticcheck linter) 2023-03-26 14:28:15 +02:00
smb.go smb: implement multi-threaded writes for copies to smb 2023-07-25 08:31:36 +01:00
smb_test.go smb: backend to support SMB - fixes #2042 2022-09-30 16:10:57 +01:00