Closed
Description
Up to Git for Windows 2.16.1.2, the included curl binaries worked with scp/sftp protocols.
Since the Git for Windows 2.16.1.2 version, the support is broken.
I've investigated and it seems cURL was upgraded from 7.57 to 7.58.
By checking at commit in the cURL repository, it seems it could be the introduction of the libssh support for the scp/sftp backend that could change the compilation behavior for those who wanted to use libssh2.
See that commit : curl/curl@c92d2e1
As I'm not aware of how the Git for Windows package is made, I cannot check how the compilation flag for cURL are managed.
But we can find cURL binaries of the web that continue to use libssh2 after the 7.57 version.
Metadata
Metadata
Assignees
Labels
No labels