Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

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

M.R.

fixed

Sorry, there is no bug, I was using WinSCP.exe instead of WinSCP.com...

Regards,
M.R.
M.R.

Scripting bug in ver 4.2.6-7

Hello,
I was using the scripting feature in a VB.Net procedure. Everything worked fine in ver. 4.2.5 and below.
However, after upgrading to ver. 4.2.6 and 4.2.7, the following line in my code (in bold) makes popping up the 'WinSCP Login' dialog screen!

Dim oWinscp As Process
.......
oWinscp.Start()

I reverted back to an old version and now it's back to normal, the code executes without any WinSCP start attempt.

Is this a bug or maybe I am missing a new setting introduced in the latest two versions?

Regards,
M.R.