Issue activity log

2008-01-07 16:53 Created Use file hash as criterion for synchronization
Component Core
Severity Enhancement
Priority Low
Comment https://winscp.net/forum/viewtopic.php?t=4338

(once there is considerable support for that on servers)
2008-05-23 14:59 Comment Alternative is to download remote file to temporary location and calculate hash locally. This would make sense only if download is considerably faster than upload. Otherwise it would be faster to simply transfer whole tree instead of using synchronization.

However obviously this is much harder to implement (efficiently) than remote-side hashing.

https://winscp.net/forum/viewtopic.php?t=5626
2010-02-07 07:59 Comment https://winscp.net/forum/viewtopic.php?t=7964
2010-06-28 08:05 Comment https://winscp.net/forum/viewtopic.php?t=8581
2010-10-20 08:14 Comment https://winscp.net/forum/viewtopic.php?t=9014
2015-05-04 09:10 Comment https://winscp.net/forum/viewtopic.php?t=15334
2018-10-12 14:04 –
2019-01-09 13:19
Votes 7×, sveta
2019-09-27 10:37 Comment https://winscp.net/forum/viewtopic.php?t=28296
2019-09-27 11:22 –
2021-09-29 15:09
Votes andreazorzi, lesm, zink, dschawid
2021-12-13 10:37 Comment https://winscp.net/forum/viewtopic.php?t=31773
2022-06-11 07:10 Vote i3vi3v (Donor)
2022-07-16 07:16 Comment First step:
*File checksum calculation support for SCP protocol and SFTP protocol via secondary shell session using shell commands like sha256sum*
Commit b4c490b4
Comment First step:·  *//File checksum calculation support for SCP protocol and SFTP protocol via secondary shell session using shell commands like sha256sum*//   https://github.com/winscp/winscp/commit/b4c490b4979e464c5a557c5eb0fd77b58b162a40
2022-12-12 12:31 Comment https://winscp.net/forum/viewtopic.php?t=32902
2023-01-05 20:49 Vote war59312
2023-04-11 10:59 Comment https://winscp.net/forum/viewtopic.php?t=33315
2023-08-04 13:02 Vote myf
2023-08-04 13:16 Comment https://winscp.net/forum/viewtopic.php?t=33638
2023-10-08 01:04 Vote buybuy
2023-11-07 07:24 Comment Implemented.
Commit 804ec9c9
Implemented in 6.2
Status RESOLVED
Resolution FIXED
2023-11-08 11:03 Implemented in 6.2 → 6.2.1
2023-12-06 15:20 Comment Documented:
https://winscp.net/eng/docs/ui_synchronize#criteria
https://winscp.net/eng/docs/scriptcommand_synchronize#criteria
https://winscp.net/eng/docs/rawconfig#interface_synchronizeparams
https://winscp.net/eng/docs/library_session_synchronizedirectories#criteria
https://winscp.net/eng/docs/library_session_comparedirectories#criteria
2024-02-20 16:01 Comment Caused Issue 2260.