1
0
mirror of http://galexander.org/git/simplesshd.git synced 2024-11-13 18:58:57 +00:00

almost done!

This commit is contained in:
Greg Alexander 2014-12-21 23:01:18 -05:00
parent c6a8c7f730
commit 1f43b464f0

10
NOTES
View File

@ -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