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

martin

Re: WinSCP APPCRASH

Thanks for your report.

Can you send me an email, so I can send you back a debug version of WinSCP to track the problem? Please include link back to this topic in your email. Also note in this topic that you have sent the email. Thanks.

You will find my address (if you log in) in my forum profile.
ratjam

WinSCP APPCRASH

I am developing a WinSCP script. It works well when the public key is available. I am using errorlevel to determine if there are failures. This is working well in most cases. The only case I have found that it fails is when the public key is not available. Rather than return an errorlevel, WinSCP prompts for a password, then times out and crashes WinSCP. When it crashe in this manner, it reports no errorlevel and my scripts treats it as a success. Is there a way to keep WinSCP from prompting for a password? Some way to capture this condition so I know there is a failure?

Thank you,

Joe