[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Returning data from ssh_channel_read()
[Thread Prev] | [Thread Next]
- Subject: Re: Returning data from ssh_channel_read()
- From: "Paulo R. Panhoto" <paulo.panhoto@xxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Tue, 08 May 2012 12:18:39 -0300
- To: libssh@xxxxxxxxxx
Forgive my limited experience, but I've never seen HTTP over SSH before. Are you sure you didn't want SSL /TLS?
On 08/05/12 11:19, Burak Alkan wrote:
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() | Burak Alkan <mburakalkan@xxxxxxxxx> |
Returning data from ssh_channel_read() | Burak Alkan <mburakalkan@xxxxxxxxx> |