Re: Qustion regarding robustness of batch script
Or should I provide a test scenario?
Please do.
Hi Martin,
I've sent a test scenario to your e-mail address.
Regards,
Tilo
Or should I provide a test scenario?
Please do.
Or should I provide a test scenario?
Should this option not overrule the settings in "Preferences"? Sorry, if I misunderstood you.
Yes it should.
Should this option not overrule the settings in "Preferences"? Sorry, if I misunderstood you.
Is this the way it should be? Wouldn't it be better if the batch parameters over rule the setting in "Preferences".
The batch parameter governs unrecoverable errors only.
option reconnecttime off
Is this the way it should be? Wouldn't it be better if the batch parameters over rule the setting in "Preferences".
option echo on
option batch abort
option confirm off
option reconnecttime off
option transfer binary
open user_id@host
cd remote_dir
lcd local_dir
put local_file
ls
exit