Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

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

There's no progress feedback for synchronization implemented.
bonobono

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