Ticket #4285: sftp: timestamps are not preserved for uploaded symlink.
commit8e5f8255e1b973e1f229432785d10d5ced9473cc
authorAndrew Borodin <aborodin@vmail.ru>
Sat, 11 Sep 2021 17:24:30 +0000 (11 20:24 +0300)
committerAndrew Borodin <aborodin@vmail.ru>
Sat, 11 Sep 2021 17:24:30 +0000 (11 20:24 +0300)
tree4ca545148db35505871e34116f57fa98a43c06fd
parent899c926fcb89c8bcb189d9d707f819f855126646
Ticket #4285: sftp: timestamps are not preserved for uploaded symlink.

  * (sftpfs_symlink): don't call sftpfs_fix_filename() for target file
    bacause it breaks symlink: relative symlinks became an absolute one.
  * (sftpfs_utime): set timestamps only, don't touch other attributes.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
src/vfs/sftpfs/internal.c