Hi,
I'm scripting in vbs and when i execute the code:
Dim transferOptions, synchronizationResult
Set transferOptions = WScript.CreateObject("WinSCP.TransferOptions")
transferOptions.TransferMode = TransferMode_Binary
transferOptions.FileMask = "|1 - Plan masse/; 2 - Niveaux/; 4 - DWG/; 5 - Facades/; 6 - Autres/; Thumbs.db; .DS_Store"
Set synchronizationResult = session.SynchronizeDirectories( SynchronizationMode_Remote , "E:\HOME\Groupes\PLANS\0000 exemple\3 - Logements\", REP_DISTANT & "/Groupes/PLANS/0000 exemple/3 - Logements/", false, false, SynchronizationCriteria_Either, transferOptions )
The SynchronizationMode is Local and not Remote.
I've the same problem with SynchronizationCriteria_Either, it doesn't work
I don't know why, someone have an idea ?
Thank you very much