Re: Why SSH_TIMEOUT_DEFAULT is always used in channel functions

2019-07-16 Thread Sarah Magliocca
On a related note, I am still seeing an infinite hang when a disconnect occurs during a file download. The bug for reference: https://bugs.libssh.org/T47 -Sarah On 07/10/2019 05:52 AM, Franciszek Juras wrote: I installed the 0.9 version and everything works as expected (yay) śr., 10 lip 20

Re: Why SSH_TIMEOUT_DEFAULT is always used in channel functions

2019-07-10 Thread Franciszek Juras
I installed the 0.9 version and everything works as expected (yay) śr., 10 lip 2019 o 10:18 Andreas Schneider napisał(a): > On Wednesday, July 10, 2019 9:40:45 AM CEST David Kedves wrote: > > Hi, > > > > I've actually created a PPA for libssh stable releases (sometimes i am > > late by few weeks

Re: Why SSH_TIMEOUT_DEFAULT is always used in channel functions

2019-07-10 Thread Andreas Schneider
On Wednesday, July 10, 2019 9:40:45 AM CEST David Kedves wrote: > Hi, > > I've actually created a PPA for libssh stable releases (sometimes i am > late by few weeks, but i try to follow all the releases): > -> https://launchpad.net/~kedazo/+archive/ubuntu/libssh-0.7.x Hey, I've added it to the w

Re: Why SSH_TIMEOUT_DEFAULT is always used in channel functions

2019-07-10 Thread David Kedves
Hi, I've actually created a PPA for libssh stable releases (sometimes i am late by few weeks, but i try to follow all the releases): -> https://launchpad.net/~kedazo/+archive/ubuntu/libssh-0.7.x Br, David Kedves On Wed, Jul 10, 2019 at 12:10 AM Franciszek Juras wrote: > > Is there any ppa with

Re: Why SSH_TIMEOUT_DEFAULT is always used in channel functions

2019-07-09 Thread Franciszek Juras
Is there any ppa with latest libssh? wt., 9 lip 2019, 13:27 użytkownik Andreas Schneider napisał: > On Tuesday, July 9, 2019 11:40:28 AM CEST Franciszek Juras wrote: > > Hi, > > I'm using libssh version 0.8.6 to send files and commands to a device. I > > noticed, that if I disconnect ethernet ca

Re: Why SSH_TIMEOUT_DEFAULT is always used in channel functions

2019-07-09 Thread Andreas Schneider
On Tuesday, July 9, 2019 11:40:28 AM CEST Franciszek Juras wrote: > Hi, > I'm using libssh version 0.8.6 to send files and commands to a device. I > noticed, that if I disconnect ethernet cable, functions like > ssh_channel_request_exec or ssh_channel_open_session hang for a very long > time. After

Why SSH_TIMEOUT_DEFAULT is always used in channel functions

2019-07-09 Thread Franciszek Juras
Hi, I'm using libssh version 0.8.6 to send files and commands to a device. I noticed, that if I disconnect ethernet cable, functions like ssh_channel_request_exec or ssh_channel_open_session hang for a very long time. After looking through the code I discovered, that all channel functions use SSH_T