Telnet Action

The telnet action does not seem to work well.

1) Commands are not executing but the status shows Completed. (tried with a call to CAMUnzip. When doing the same thing manuelly, it works)
2) I tried putting a wrong password but the status still shows Completed. (I am doing a telnet to my own PC for test purpose)
3) When adding commands in the “Script” tab. The “New” button overrides the first option. So we can’t add more than 1 script.

Thank you.

EDIT : I have been able to add a second script entry on the “Script” tab. I was just hitting a bunch of random keys and trying the “new” button and it suddently worked for this one time only. I have not been able to create a 3rd entry though.

EDIT 2 : I have been able to add more lines now. The first line in the list must contain a “Wait for” value. Only then you can add a new line.

I also found a new bug, the quick character for “Delete” and “Down” is D for both.

Hi Jonathan

1) I’m not able reproduce this here… commands do execute as expected. I think this is probably due to the poor documentation on how this action works. The action is quite simple once you understand it.

The script items can do two things… wait for some text, and send some text. Here’s a typical example (I used my dsl router for this test)


Item 1 (wait for the login prompt and then send the username)

Wait for : Login:
Send : @USERNAME
Fail If Timeout Occurs : Yes

Item 2 (wait for the password prompt and then send the password)

Wait for : Password:
Send : @Password
Fail If Timeout Occurs : Yes

Item 3 (wait for the command prompt and then send a command)

Wait for : vincent>
Send : user logout
Fail If Timeout Occurs : Yes

Generally if you are using the WaitFor field then you should set it to fail if it timed out.

3) I was able to reproduce this… looking into it now… it seems to only occur if there is nothing in the WaitFor field of the first item. I guess this wasn’t noticed before (in 8 years of use!) because the first item would usually wait for the login prompt.

I fixed the duplicate Shortcut key, I will post here when a new build is available with the fixes.

Hi Jonathon

Here’s a new build with the telnet fixes :

https://www.finalbuilder.com/downloads/finalbuilder/620/FB620_1335.exe