From 1f43b464f04b2d4ca7e7f775cb2c7b832d344d31 Mon Sep 17 00:00:00 2001 From: Greg Alexander Date: Sun, 21 Dec 2014 23:01:18 -0500 Subject: [PATCH] almost done! --- NOTES | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/NOTES b/NOTES index 960acc5..dbfcb8b 100644 --- a/NOTES +++ b/NOTES @@ -117,8 +117,16 @@ executable, I just need to find some -pre-package step where I can do "mv scp libscp.so" and then it will ship. ndk-build will not let me make a target with a "." in it directly. +... -XXX - rsync +Now scp, sftp-server, and rsync work as separate executables... rsync +does fail at -z because it needs it's own custom zlib...The stock +"external" one seems to lack the "old-style compress" method. There is +another commandline option for the new (deflate?) technique, but I think +the normal -z ought to work too. But that is literally the last feature! +Then just release details. + +XXX - rsync should use its builtin zlib... XXX - document (ga.org/software/simplesshd/) XXX - upload