mirror of
https://github.com/rclone/rclone.git
synced 2024-11-08 09:35:26 +01:00
1053d7e123
Before this commit rclone's handling of symlinks and junction points
under Windows was broken. rclone treated them as files and attempted
to transfer them which gave the error "The handle is invalid".
Ultimately the cause of this was
|
||
---|---|---|
.. | ||
about_unix.go | ||
about_windows.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 |