winscp does not answer - log: Looking for network events (indefinitely) - winscp.exe is not killed
my program launches winscp.com as an external process, but it does not answer
then, my program kills winscp.com but winscp.exe is not killed
I wish that
- winscp returns
- (if not) when winscp.com is killed, then winscp.exe is also killed
I used following scripting commands:
- option batch on
- option confirm off
- option reconnecttime=1
I used following switches for the open command:
-rawsettings SendBuf=0 SshSimple=1 (for turning off 'Optimize connection buffer size')
-timeout=7
Must I change commands/switches ?
Thank you in advance!
=============================================================================
below are winscp log messages:
**Host is not communicating for 7 seconds.
Wait for another 7 seconds?** ()
Script: Host is not communicating for more than 7 seconds.
Still waiting...
Note: If the problem repeats, try turning off 'Optimize connection buffer size'.
[then, following lines repeat indefinitely:]
Pooling for data in case they finally arrives
Looking for network events
Timeout waiting for network events
Pooling for data in case they finally arrives
Looking for network events
Timeout waiting for network events
....