Add a Read/Write All STDERR VI to the Channel class
volks73 opened this issue · 1 comments
volks73 commented
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.