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

creieru

Thanks Martin for reply...and no, it's not only one file.
But I figured out a solution by using [FileTransferred] event, and check [CreationTime] property of the file transferred.
It seems that it will to the trick.
creieru

SynchronizeDirectories - track changes

Hello,
I'm using SynchronizeDirectories method and I'm interested in a way to detect if the local file already exists before start downloading it (I need to send notifications if syncronize method tries to download an existing file)

Thanks.