On Thu, Mar 1, 2012 at 8:15 PM, Aris Adamantiadis <[email protected]> wrote:
> Hi, > > Hello, > I think by default the server doesn't allow compression. Look at > ssh_options_set's documentation to set the compression to "none,zlib". > > Thanks for the information. I have related question. Since the client decide whether the data would be compressed or not and the compression rate, how do you get this information? Once the channel is open? In the session? Regards, -Nico Le 01/03/12 18:06, Andreas Schneider a écrit : > On Thursday 01 March 2012 17:58:07 you wrote: >> Hello, > > Hi, > >> We're currently developing a very simple scp server, which support only few >> options. We are wondering if the libssh could help us for compressed scp >> option (-c) ? > > we don't have any options to tell the server to enable or disable options, but > if you compile with zlib support it should simply work if the client requests > it. > > > -- andreas > > -- Nicolas Desprès
