c# in Synchronize methdod (before check list or total will sped list)

Advertisement

bonobono
Guest

c# in Synchronize methdod (before check list or total will sped list)

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);

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,476
Location:
Prague, Czechia

Re: c# in Synchronize methdod (before check list or total will sped list)

There's no progress feedback for synchronization implemented.

Reply with quote

Advertisement

You can post new topics in this forum