#1
|
|||
|
|||
How to make a blocking telnet cmd ?
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 |
#2
|
|||
|
|||
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. |
|
|