I'm using WinSCP .NET assembly library to perform some SFTP operations - downloading files from SFTP location.
Do you know if method Session.GetFiles
of the WinSCP library checks if file is not corrupted before downloading it - I mean the situation when someone uploads file to given folder and in the same time the WinSCP library wants to get files from this location?