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

foxbymariuss

Skip all in script solved

Hello,


"option batch continue" worked.
Really happy now.

Thanx a lot, prikryl !
martin

Re: Skip all in script

There's no way to do this from script.
foxbymariuss

Skip all in script

Hello,

Kinda new to WinSCP.
I am using it to copy the content of a local folder to the server, automatically. For this I am running WinSCP and using a script.
The script is:

option synchdelete on
open user@backupserverIP
cd /var/backup/user
option transfer binary
synchronize remote "C:\Documents and Settings\%username%\My Documents" mydocs
exit


The problem is that sometimes some files are locked, and the sync prompts for Abort, Retry, Skip, Skip all. In this situation I would like the option to be Skip all without prompting. Does anyone know a way to do this from the script?


Thanks a lot.