[CMake] file(UPLOAD what does it support?

Nils Gladitz nilsgladitz at gmail.com
Wed Oct 22 15:58:16 EDT 2014


On 22.10.2014 19:56, jmerkow wrote:
> The status is STATUS 1;"unsupported protocol"
>
> SFTP is definitely supported by cURL.

cURL has external library dependencies to support some of the protocols.
For https for example OpenSSL can be used; which is sometimes forgotten 
in custom cmake builds since it is disabled by default.

SFTP requires libssh2 which I assume isn't available/considered/enabled 
in the cmake release binaries.

Nils


More information about the CMake mailing list