[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Support of compressed scp?
[Thread Prev] | [Thread Next]
- Subject: Re: Support of compressed scp?
- From: Nicolas Desprès <nicolas.despres@xxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Fri, 2 Mar 2012 15:05:15 +0100
- To: libssh@xxxxxxxxxx
On Thu, Mar 1, 2012 at 8:15 PM, Aris Adamantiadis <aris@xxxxxxxxxxxx> 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
Support of compressed scp? | Yohan PAINCHAUD <ypainchaud@xxxxxxxx> |
Re: Support of compressed scp? | Andreas Schneider <asn@xxxxxxxxxxxxxx> |
Re: Support of compressed scp? | Aris Adamantiadis <aris@xxxxxxxxxxxx> |