Command Line Problems
I am using the command line version (i.e., WinScp.com) from a Windows GUI that I made using C#. I noticed that when my program invokes WinScp.com it also starts WinScp.exe in the background. The problem is that when I want to cancel an operation from my GUI I issue:
"^C"
"exit"
commands and it does not always shutdown the extra copy of WinScp.exe that it started in the background. When this happens an error message usually comes up after a few minutes saying:
"Timeout waiting for external console to complete the command"
Is there a way around this?
Thanks .. John
"^C"
"exit"
commands and it does not always shutdown the extra copy of WinScp.exe that it started in the background. When this happens an error message usually comes up after a few minutes saying:
"Timeout waiting for external console to complete the command"
Is there a way around this?
Thanks .. John