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

strong

need help for Synchronize script

Hello,

would it be possible to help me about this task?

I wanna run a script for synronization between 2 folders.
-the direction is Local.
-Mode is Synchronize files
-Synchronize options: Preview changes
-Comparison criteria: Modification time

My script is:

open ftpes://user:pass@ftpssl.example.com:20020/ -rawsettings MinTlsVersion=11
synchronize local C:\Users\test /usr/nn/gateway/mbox/fxf/files
exit

So how can I put Comparison criteria and Synchronize options to this script.

Thank you