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

martin

Re: GUI Multi Threading

Thanks for your post. This issue is being tracked already.

Though WinSCP should not crash anyway.

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.
zan kavtaskin

GUI Multi Threading

Is it possible at all to ensure that FTP is using different threads from GUI thread, reason being is that you want to press cancel or move a window it crashes and says it is not responding, using threading you will be able to move windows and yet system will be able to do preform all the functions in the background.

Just a thought :P