mirror of
https://github.com/rclone/rclone.git
synced 2025-05-29 22:39:26 +02:00
This was caused by the unreliable casing in `path_lower` as returned in the directory listings. We now ignore everything except the last element in `path_lower` which is guaranteed to have the correct case.