Re: Problem with remote host (General questions)
Helmut,
it's because you set Command property. When set, it is executed instead of shell, so as soon as that command completes, connection is closed from remote side.
Basically, you have here race condition - what will happen first, will command finish first, or your WaitFor? Obviously, sometimes one wins, sometimes another...
Complete thread:
- Problem with remote host - Helmut Schnur, 2005-07-22, 08:49
- Re: Problem with remote host - wodSupport, 2005-07-22, 10:15