1
mirror of https://github.com/rclone/rclone synced 2024-11-01 21:49:35 +01:00
rclone/backend/sftp
Nick Craig-Wood d1bb8efb88 sftp: follow symlinks correctly - fixes #2145
The sftp library delivers the attributes of the symlink rather than
the object pointed to in directory listings, however when we use Stat
from the library it points to the objects.

Previous to this fix this caused items pointed to by symlinks to be
unusable.

After the fix both symlinked files and directories work as expected.
2018-03-16 15:36:47 +00:00
..
sftp_internal_test.go Move all backends into backend directory 2018-01-12 17:07:38 +00:00
sftp_test.go fs: add ChangeNotify and backend support for it (#2094) 2018-03-08 22:03:34 +02:00
sftp_unsupported.go Move all backends into backend directory 2018-01-12 17:07:38 +00:00
sftp.go sftp: follow symlinks correctly - fixes #2145 2018-03-16 15:36:47 +00:00
stringlock_test.go Move all backends into backend directory 2018-01-12 17:07:38 +00:00
stringlock.go Move all backends into backend directory 2018-01-12 17:07:38 +00:00