Include specific file in syncronized list
Hi
I want to synchronize and download file created on a particular date .
e.g synchronize and download file created on "3/7/2013 and 2/7/2013" (mm/dd/yy)
I am using the command :
session.SynchronizeDirectories(SynchronizationMode.Local,<Destinaton>,<Source>,false)
Please suggest how do I achieve this using .Net assembly.
I want to synchronize and download file created on a particular date .
e.g synchronize and download file created on "3/7/2013 and 2/7/2013" (mm/dd/yy)
I am using the command :
session.SynchronizeDirectories(SynchronizationMode.Local,<Destinaton>,<Source>,false)
Please suggest how do I achieve this using .Net assembly.