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