View Single Post
  #6  
Old 03-16-2006, 01:57 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,015
When you connect to a Telnet server, it typically sends back an initial response. This is the text following

<= Received from server:

in the VBP log. The first line of the script specified in the VBP Telnet action's Script field is a string to look for in that response. If it is found, the 2nd line in the script is sent to the Telnet server, indicated by the text following

=> Sending to server:

in the log. If the text isn't found in the response (or the line is prefixed with ! and the text is found), the action fails.

For each pair of lines, the Telnet action waits for a response (matching it with the next line in the script provided), then sending the next line to the server.

If it's not working as expected, please ZIP and post or send:
1) The info from Help | About | Install Info
2) The .bld file used to build
3) A build log file
Reply With Quote