[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Returning data from ssh_channel_read()
[Thread Prev] | [Thread Next]
- Subject: Returning data from ssh_channel_read()
- From: Burak Alkan <mburakalkan@xxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Tue, 8 May 2012 17:19:59 +0300
- To: libssh@xxxxxxxxxx
Hello all, In my application I opened and forwarded a channel and then sent an http request to other side of the channel (squid).As an answer I read some data with ssh_channel_read(), my question is when I read from ssh_channel_read(), what kind of data is that? Is it encrypted or just compressed? Do I need to decrypt data coming out of the ssh_channel_read or sister functions before using it? Cheers
Re: Returning data from ssh_channel_read() | "Paulo R. Panhoto" <paulo.panhoto@xxxxxxxxx> |