summaryrefslogtreecommitdiff
path: root/patch/README.md
diff options
context:
space:
mode:
authorRyo Nakamura <upa@haeena.net>2022-11-18 22:04:50 +0900
committerRyo Nakamura <upa@haeena.net>2022-11-18 22:04:50 +0900
commitfe8101ed515b4b7a4e5cb2e5e7331ff9b4c846e8 (patch)
tree4cb5c13547d30ce5b5e17fff1e2bd8a06c3a406d /patch/README.md
parent2c66652f74b0cbd9db199e8f56e3bfbb38e1968c (diff)
add patch/README.md
Diffstat (limited to 'patch/README.md')
-rw-r--r--patch/README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/patch/README.md b/patch/README.md
new file mode 100644
index 0000000..473acda
--- /dev/null
+++ b/patch/README.md
@@ -0,0 +1,13 @@
+
+Patch(es) included in this directory addes `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
+```