unknown command '?option'
I have a strange error that happens once in a while, the Winscp commad runs just fine almost all of the times, but on few occassions, it throws this error in (see it from the log files):
2014-10-23 04:34:08.800 Script: Retrospectively logging previous script records:
> 2014-10-23 04:34:08.800 Script: ?option batch abort
< 2014-10-23 04:34:08.800 Script: Unknown command '?option'.
. 2014-10-23 04:34:08.800 Script: Failed
> 2014-10-23 04:34:08.800 Script: option confirm off
< 2014-10-23 04:34:08.800 Script: confirm off
> 2014-10-23 04:34:08.800 Script: open CloudBrickFTPS
This is the actual script commad that runs just fine all the time except on couple of these ocassions where it is failing:
***
option batch abort
option confirm off
open CloudBrickFTPS
Get /folder1/ C:\Receive\
close
exit
***
Why is the "?" mark being introduced in the script sometimes just "randomly?"
Thank you for any ideas.
Paul