Question:
I am using the chilkat ssh library for ios , and I am not able to receive data when I use ChannelReceiveUntilMatch. If on the other hand, I use ChannelReceiveToClose, I do get some data, but it is also throwing an error ie success != YES.
What is the correct way to use ChannelReceiveUntilMatch ? Does it handle special characters a certain way? Do you have an example ios project somewhere?