Topic: use curl for sftp client

I want use curl for sftp client, my system is ubuntu 12.04,
I build wolfssl-3.10.0 with no error,

./configure --prefix=/home/chris/installed_library/
make clean
make
make install

then I try to build libssh2 1.8.0

./configure --prefix=/home/chris/installed_library/libssh2-1.8.0 --with-libssl-prefix=/home/chris/installed_library/wolfssl-3.10.0

then got error msg:

configure: error: No crypto library found!
Try --with-libssl-prefix=PATH
 or --with-libgcrypt-prefix=PATH
 or --with-libmbedtls-prefix=PATH
 or --with-wincng on Windows

Does wolfssl can support libssh2?

Any suggestion?

Share

Re: use curl for sftp client

Hi cris,

The binary output of OpenSSL is called libssl. For wolfSSL it would be libwolfssl. Unfortunately we have not ported to libssh2.

Could you share some details about the project you are working on and the reason you wish to use wolfSSL over the other ssl libraries supported by libssh2?


Regards,

Kaleb