Windows compiled Version

2020-06-22 Thread Bruno Buzzi Brassesco
Hi, I have installed libssh also in Windows and compiled successfully with: vcpkg install libssh But in vcpkg\packages\libssh_x86-windows\CONTROL the version is "Version: 0.9.3-1". It is not the latest version 0.9.4, how do I compile 0.9.4 on Windows ? I need the same version in both Windows

Re: Installing libssh to a customized folder

2020-06-22 Thread Andreas Schneider
On Monday, 22 June 2020 12:42:21 CEST Bruno Buzzi Brassesco wrote: > Hi, > > Is there any documentation to install libssh to a customized folder ? > > I want to install it on: > /mylibs/third-party/libssh See https://cmake.org/cmake/help/latest/variable/CMAKE_INSTALL_PREFIX.html cmake

Re: SCP a file in my home folder

2020-06-22 Thread Guy Morand
Jakub, Thanks for your kind feedback. Indeed, using SFTP seems to work as expected with different libssh versions! Best regards, Guy Morand On 6/17/20 11:02 AM, Jakub Jelen wrote: On Wed, 2020-06-17 at 09:22 +0200, Guy Morand wrote: Hallo libssh developers, I would like to copy a file on

Installing libssh to a customized folder

2020-06-22 Thread Bruno Buzzi Brassesco
Hi, Is there any documentation to install libssh to a customized folder ? I want to install it on: /mylibs/third-party/libssh

Re: ssh_channel_request_exec is Failing, returning -1.

2020-06-22 Thread Jakub Jelen
On Mon, 2020-06-22 at 05:18 +, V Sidnal, Nagraju wrote: > Hi Jakub, > > I tried same with Default SSH server running on Debain 9. However > it still failed.. > channel = ssh_channel_new(my_ssh_session); > rc = ssh_channel_open_session(channel); > rc = ssh_channel_request_pty(channel);