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: Confirmation for synchronize actions?

Use GUI instead of script.
Cantello

Confirmation for synchronize actions?

I'd like to use WinSCP to keep a folder of music files synchronised between my local disk (where I would do the changes) and a remote server, where I store them for playback. The server is accessed via SFTP and synchronising works, but I would like to get a confirmational screen as with the regular synchronise command. Is this possible?

The script:
open me@somewhere


option confirm on
option transfer binary

synchronize remote M:\Music /srv/audio -delete -mirror