Session.SynchronizeDirectories() does not detect any change when remote file changes multiple time
I was trying to sync the local server with the remote server using WinSCP library in .NET C# environment (Assembly WinSCPnet, Version=1.5.3.8172, Culture=neutral, PublicKeyToken=2271ec4a3c56d0bf), using the method called
Do you have any idea where time zone offset and DST are set for synchronising directories using
Session.SynchronizeDirectories()
in Session
class. It does not work consistently. I have tried the same sync using WinSCP tool, it works. But I had to set the following parameters to make it work:
- Adjust remote time with DST
- Time zone offset to 1.
Session
class library routine I can’t see a place where you insert this information.
Do you have any idea where time zone offset and DST are set for synchronising directories using
Session.SynchronizeDirectories()
method?