Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

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: how does one specify the souce and destination in a script?

synchronize <mode> <source> <dest>
See "help synchronize".
dawit

how does one specify the souce and destination in a script?

option batch on

option confirm off

open username:password@192.168.0.0

synchronize source & dest

close

exit