mirror of
https://github.com/upa/mscp.git
synced 2026-02-04 03:24:58 +08:00
libssh 0.10.6 has a regression in IPv6 parsing, so we pick stable-0.10 that includes the fixes. https://gitlab.com/libssh/libssh-mirror/-/issues/227
Patches in this directory introduces sftp_async_write() and
sftp_async_write_end() to libssh. Those implementations are derived
from https://github.com/limes-datentechnik-gmbh/libssh. See Re: SFTP
Write async.