Automate prompt
Hello All,
I am new to WinSCP and new to scripting so please bear with me!!
Below is the script that I have created:
option confirm on
option include "*.spf; ?_VOL-b???.md5; *-cd.spi; *-cd.md5;"
open ftp://sr01:sr01@192.168.100.132
put \\192.168.100.140\serverrescue\*.* / -resume
This will prompt to to Overwrite any files which are already there. How do I automate this to say N(o) to All?
Thanks for your help,
Simon
I am new to WinSCP and new to scripting so please bear with me!!
Below is the script that I have created:
option confirm on
option include "*.spf; ?_VOL-b???.md5; *-cd.spi; *-cd.md5;"
open ftp://sr01:sr01@192.168.100.132
put \\192.168.100.140\serverrescue\*.* / -resume
This will prompt to to Overwrite any files which are already there. How do I automate this to say N(o) to All?
Thanks for your help,
Simon