1
0
mirror of https://github.com/rclone/rclone.git synced 2025-01-13 20:38:12 +02:00
rclone/lib/readers
WeidiDeng d977fa25fa
ftp: fix multi-thread copy
Before this change multi-thread copies using the FTP backend used to error with

    551 Error reading file

This was caused by a spurious error being reported which this code silences.

Fixes #7532
See #3942
2024-01-03 12:21:08 +00:00
..
context_test.go
context.go build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
counting_reader.go
error_test.go
error.go
fakeseeker_test.go
fakeseeker.go
gzip_test.go test: use decompressed.String() instead of string(decompressed.Bytes()) 2023-03-26 14:28:15 +02:00
gzip.go
limited.go ftp: fix multi-thread copy 2024-01-03 12:21:08 +00:00
noclose_test.go
noclose.go
noseeker_test.go lib/readers: add NoSeeker to adapt io.Reader to io.ReadSeeker 2023-08-24 12:39:27 +01:00
noseeker.go lib/readers: add NoSeeker to adapt io.Reader to io.ReadSeeker 2023-08-24 12:39:27 +01:00
pattern_reader_test.go Replace deprecated ioutil 2022-11-07 11:41:47 +00:00
pattern_reader.go
readfill_test.go
readfill.go
repeatable_test.go
repeatable.go