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

martin

Re: check if winscp found something to synchronize

Thanks for your post.

This request has been added to the tracker:
https://winscp.net/tracker/1707

I'm sending you an email with a development version of WinSCP to the address you have used to register on this forum.
Saul1

check if winscp found something to synchronize

Hello,
in my batch file:
winscp.com /command "open sftp://server:password@sftp.my.com" "synchronize local -preview f:\lta\edfc19\  users/lta-revision/programm/" "exit"

I would like to start another programm if there is something to synchronize. %errorlevel% is allways 0. How can I automate this in a batch file?

Wolfgang