View Full Version : How to make a blocking telnet cmd ?
Florian
12-14-2004, 05:17 AM
Hi,
I research a way to make a blocking telnet cmd ? The telnet component don't wait the end of command before continue...
Does someone know a tricks to make this ?
Thks for all help.
Best regards
Florian
kinook
12-14-2004, 11:01 AM
With 5.6b, using a step like the in this sample http://www.kinook.com/Download/telnettest.bld produces the expected output of:
Connecting to Telnet server 'xyz' on port 23
<= Received from server:
Last login...
<several lines of output>
user@server%
=> Sending to server:
dir www_logs/www.2004*
<= Received from server:
<list of several hundred files>
user@server%
=> Sending to server:
dir
<= Received from server:
<list of several dozen files>
user@server%
Script successfully executed
Does a similar test give different results for you? If so, please post the build log (or send to support@kinook.com). Thanks.
vBulletin® v3.8.11, Copyright ©2000-2024, vBulletin Solutions Inc.