When copying from virtual filesystems, such as sftp://, metadata such as timestamps are discarded. The copied file's timestamp will be the time of copy instead.
Version: 1.8.2
Designs
Child items
0
Show closed items
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Interesting, thanks. If I'm reading this correctly, Thunar merely needs to use G_FILE_COPY_ALL_METADATA to maintain metadata. This would then be consistent with local non-gvfs file operations.