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

g24ftp

Re: Qustion regarding robustness of batch script

martin wrote:

Guest wrote:

Or should I provide a test scenario?

Please do.


Hi Martin,
I've sent a test scenario to your e-mail address.

Regards,
Tilo
martin

Re: Qustion regarding robustness of batch script

Guest wrote:

Or should I provide a test scenario?

Please do.
Guest

Re: Qustion regarding robustness of batch script

martin wrote:

Anonymous wrote:

Should this option not overrule the settings in "Preferences"? Sorry, if I misunderstood you.

Yes it should.


Hmm, but to me it seems, that it doesn't. Could you have a look at it? Or should I provide a test scenario?

Thanks,
Tilo
martin

Re: Qustion regarding robustness of batch script

Anonymous wrote:

Should this option not overrule the settings in "Preferences"? Sorry, if I misunderstood you.

Yes it should.
Guest

Re: Qustion regarding robustness of batch script

martin wrote:

Guest wrote:

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.


Hi Martin,
thanks for your reply. Regarding:
option reconnecttime off

Should this option not overrule the settings in "Preferences"? Sorry, if I misunderstood you.

Thanks,
Tilo
martin

Re: Qustion regarding robustness of batch script

Guest wrote:

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.
Guest

Qustion regarding robustness of batch script

Hi there,
we are using a batch file like this:
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


When we run that in batch mode using winscp.com and if the transfer fails for whatever reason, winscp retries, despite the fact that "option batch abort" and "option reconnecttime off" has been set.
We have fixed this disabling everything in "Preferences" - "Endurance" - "Automatic reconnect".

Is this the way it should be? Wouldn't it be better if the batch parameters over rule the setting in "Preferences".

Thanks for your thougts,
Tilo