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: synchronize

Please read documentation.
Guest

synchronize

I'm trying to synchronize C:\backup with the PATH /usr/home/bsd/backup on a remote FreeBSD running sshd and I need to automate this with a .bat file

I have a stored session called "bsd"

My .bat file is as such

winscp3.exe bsd /synchronize C:\backup /usr/home/bsd/backup

But this pops up the synchronize dialog box. I need this to run without any user interaction. What needs to be added to the .bat file to automate this with no user interaction?