mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
64cf9ac911
Before this change using /path/to/file.rclonelink would not find the file when using -l/--links. This fixes the problem by doing another stat call if the file wasn't found without the suffix if -l/--links is in use. It will also give an error if you refer to a symlink without its suffix which will not work because the limit to a single file filtering will be using the file name without the .rclonelink suffix. need ".rclonelink" suffix to refer to symlink when using -l/--links Before this change it would use the symlink as a directory which then would fail when listed. See: #6855 |
||
---|---|---|
.. | ||
about_unix.go | ||
about_windows.go | ||
fadvise_other.go | ||
fadvise_unix.go | ||
lchtimes_unix.go | ||
lchtimes.go | ||
local_internal_test.go | ||
local_test.go | ||
local.go | ||
metadata_bsd.go | ||
metadata_linux.go | ||
metadata_other.go | ||
metadata_unix.go | ||
metadata_windows.go | ||
metadata.go | ||
read_device_other.go | ||
read_device_unix.go | ||
remove_other.go | ||
remove_test.go | ||
remove_windows.go | ||
setbtime_windows.go | ||
setbtime.go | ||
symlink_other.go | ||
symlink.go | ||
tests_test.go | ||
xattr_unsupported.go | ||
xattr.go |