There's no progress feedback for synchronization implemented.
HI
First, i'm very thank you(WINSCP .net library)
can you help me?
My question is
1) I want see when i use before (SynchronizeDirectories method call)
i want checklist(example will send(1/100000) or total spend list (number)
example like this
result willspendlist== chceck()
because i want use c# progessbar % (total send 100/10000) when (SynchronizeDirectories method call)
please help me
and sorry my english speaking
// Synchronize files
SynchronizationResult synchronizationResult;
synchronizationResult = session.SynchronizeDirectories(SynchronizationMode.Remote, @"c:\1\", "/", false);