Files
mscp/patch
Ryo Nakamura c4ea9a1e78 add ssh_buffer_new_size and ssh_buffer_add_func to libssh
sftp_async_write() with these functions reduces
  1. realloc_buffer by ssh_buffer_new_size()
  2. memcpy from read data to ssh buffer by ssh_buffer_add_func()
2022-12-06 15:02:14 +09:00
..
2022-11-26 23:16:56 +09:00
2022-11-18 22:06:07 +09:00

Patch(es) 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.

git clone https://git.libssh.org/projects/libssh.git/ --depth=1 -b libssh-0.10.4
cd libssh
git apply ../pathc/libssh-0.10.4.patch

# then build libssh