From 7f9c63fa92cdf2ddbf888793c0167c016200d39b Mon Sep 17 00:00:00 2001 From: Ryo Nakamura Date: Fri, 18 Nov 2022 22:04:50 +0900 Subject: add patch/README.md --- patch/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 patch/README.md diff --git a/patch/README.md b/patch/README.md new file mode 100644 index 0000000..e549a86 --- /dev/null +++ b/patch/README.md @@ -0,0 +1,13 @@ + +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](https://archive.libssh.org/libssh/2020-06/0000004.html). + +```console +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 +``` -- cgit v1.2.3