Multiple WinSCP.exe processes
Every time a call to WinSCP is initiated via the WinSCPnet.dll a new "WinSPC.exe" process pops up connected to my application (i.e. as child processes).
I would have expected that a single process would pop up, or at least that every call would re-use the existing process.
What makes things worse is that at the moment my application stops the "WinSCP.exe" processes keeps on running...
Looking for a way to prevent this from happening, I don't like the idea of multiple ghost processes in memory...
Thanks in advance!