fieldrndservices / libssh2-labview

A LabVIEW library for SSH client support via libssh2
Apache License 2.0
21 stars 2 forks source link

Add a Read/Write All STDERR VI to the Channel class #23

Closed volks73 closed 4 years ago

volks73 commented 4 years ago

The Write STDERR VI only can write 30KB of binary data to the remote SSH server's STDERR stream and Read STDERR VI can all read 30KB of binary data. This is similar to the Write and Read VIs. However, there are the Write All and Read All VIs for the STDIN stream that takes care of breaking up and reading/writing binary data larger than 30KB with multiple Read/Write VI calls, respectively. Similar Write All STDERR and Read All STDERR VIs should be added for consistency and API ease-of-use.

volks73 commented 4 years ago

Completed as of ec39fc0168bbbb52191048bae7ffcac194b5f754.