Re: How to execute commands one by one - WeOnlyDo Discussion board

Re: How to execute commands one by one (General questions)

by wodSupport, Tuesday, July 03, 2007, 16:26 (6151 days ago) @ lax4u

Lax,

that simply means that 'Code:' that you expected to arrive never really arrived.

So, things are not coming as you expect - let's see what arrived. Instead of yuor line, can you do this:

Telnet1.Send( \r\n );
Debug.Print Telnet1.Receive()

perhaps you would need to put more than one Receive to see all the data.

Also, some UNIX systems prefer to receive only \n instead of \r\n - so perhaps you can try to adjust that too.

Kreso


Complete thread: