|
I am download patch which do this. Also there is reworked compare algoritm(SizeDifferent also implemented).
Be careful when you will apply patch.
Revision: 84426
File: CloudStorageSyncFramework.cs
Line: 159-162
case ComparisonResult.SizeDifferent:
{
throw new NotImplementedException();
}
If anyone use SynchronizeFolder it will crash when file is present in local and remote folder but with different size
|