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: How to make WinSCP.exe auto terminted when the program close

jzu wrote:

Just for my own interested, how do you do that? By using the Windows's API "Job Objects"?

Yes.
jzu

Re: How to make WinSCP.exe auto terminted when the program close

martin wrote:

Thanks for your report.

This bug has been added to the tracker:
https://winscp.net/tracker/1045


Hi prikryl,

Just for my own interested, how do you do that? By using the Windows's API "Job Objects"?

Jackson
martin

Re: How to make WinSCP.exe auto terminted when the program close

Thanks for your report.

This bug has been added to the tracker:
https://winscp.net/tracker/1045
jzu

How to make WinSCP.exe auto terminted when the program close

Hi all,

May I know, is there any way in code level, makes the winscp.exe auto quit after the .net program closed?
I've experience that the winscp.exe remain in memory (via task manager), it is because the .net program force closed.
I've used the "using" statement in .net program and call the dispose() method inside, but it seems the dispose method have not been called.

Jackson