Re: Receive buffer limitations (General questions)
Barry,
SSH connection flows and Receive Method will receive all data that is currently received by wodSSH. If some data is left you will receive it when you call next Receive Method.
If you want to receive all data at same time please use Execute Method instead.
[code]ssh.WaitFor( weonlydo(at)linux:~$ )
ssh.DataReady = 0
debug.print ssh.Execute( ls -al + vbLf, weonlydo@linux:~$ )[/code]
More help for Execute Method you can find here:
http://www.weonlydo.com/SSH/Help/WODSSHLib~wodSSH~Execute.html
Drazen
Complete thread:
- Receive buffer limitations - bmclellan, 2008-11-06, 23:24
- Re: Receive buffer limitations - woddrazen, 2008-11-06, 23:57
- Re: Receive buffer limitations - bmclellan, 2008-11-07, 00:55
- Re: Receive buffer limitations - woddrazen, 2008-11-07, 09:41
- Re: Receive buffer limitations - bmclellan, 2008-11-07, 13:01
- Re: Receive buffer limitations - woddrazen, 2008-11-07, 14:27
- Re: Receive buffer limitations - bmclellan, 2008-11-07, 13:01
- Re: Receive buffer limitations - woddrazen, 2008-11-07, 09:41
- Re: Receive buffer limitations - bmclellan, 2008-11-07, 00:55
- Re: Receive buffer limitations - woddrazen, 2008-11-06, 23:57