mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 16:34:30 +01:00
7428e47ebc
Before this change rclone returned the size from the Stat call of the link. On Windows this reads as 0 always, however on unix it reads as the length of the text in the link. This caused errors like this when syncing: Failed to copy: corrupted on transfer: sizes differ 0 vs 13 This change causes Windows platforms to read the link and use that as the size of the link instead of 0 which fixes the problem. |
||
---|---|---|
.. | ||
about_unix.go | ||
about_windows.go | ||
encode_darwin.go | ||
encode_other.go | ||
encode_windows.go | ||
fadvise_other.go | ||
fadvise_unix.go | ||
lchtimes_unix.go | ||
lchtimes.go | ||
local_internal_test.go | ||
local_test.go | ||
local.go | ||
read_device_other.go | ||
read_device_unix.go | ||
remove_other.go | ||
remove_test.go | ||
remove_windows.go | ||
tests_test.go |