Is it possible to compile libCurl with SSH support using vc8?
I am working on an application implemented in VC ++ 2008 that needs to use sftp via libCurl. For this to happen, libCurl must be built with ssh support. The problem is that unlike the mingw makefile, the vc8 makefile has no target configurations for SSH-enabled builds. Does anyone know what needs to be done to make this work?
-1
Jon Trauntvein
source
to share
2 answers
I searched for the same answer and found this one.
+3
chrish
source
to share
You can also follow the PHP-for-win instructions:
http://wiki.php.net/internals/windows/libs/libcurl
+3
Daniel Stenberg
source
to share