Re: Trapping for error and displaying receive buff - WeOnlyDo Discussion board

Re: Trapping for error and displaying receive buff (General questions)

by woddrazen, Friday, December 07, 2007, 22:37 (5979 days ago) @ Eric

Eric,


Telnet1.Receive(Telnet1.DataReady) and Telnet1.Receive is more or less same.

In both cases amount of data that arrived from server is received using Receive Method but mostly this isn't all that is received by server.

SSH connection is ongoing connection between client and server.

That's why you need to use more then one Receive Method to be sure that you receive all from server.


Drazen


Complete thread: