Scripting options...
Hi,
It seems that no matter what set of options I use in my script, if I disconnect during a file transfer, the program will try to reconnect to the server over and over again. I want it to simply exit with an errorlevel without trying to reconnect! I HAVE tried setting the reconnecttime to off:
option reconnecttime off
but this doesn't change the outcome! I've tried it with option batch on/off/abort/continue. Still tries to reconnect. I've tried it with confirm off/on. Still tries to reconnect.
I'm using v4.2.8.
Basically put, I have a small script that I want to run in an automated way without any user intervention under any circumstance. If the server disconnects or if the file download fails, I don't mind, I want the script to simply continue but return an errorlevel of 1...
It seems that no matter what set of options I use in my script, if I disconnect during a file transfer, the program will try to reconnect to the server over and over again. I want it to simply exit with an errorlevel without trying to reconnect! I HAVE tried setting the reconnecttime to off:
option reconnecttime off
but this doesn't change the outcome! I've tried it with option batch on/off/abort/continue. Still tries to reconnect. I've tried it with confirm off/on. Still tries to reconnect.
I'm using v4.2.8.
Basically put, I have a small script that I want to run in an automated way without any user intervention under any circumstance. If the server disconnects or if the file download fails, I don't mind, I want the script to simply continue but return an errorlevel of 1...