ultimatepp/uppsrc/Core/SSH/Todo
oblivion 87be44b820 Core/SSH: SshExec: Fixed a truncation issue with stdout/stderr buffers.
git-svn-id: svn://ultimatepp.org/upp/trunk@14693 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-07-21 18:31:06 +00:00

7 lines
270 B
Text

TODO:
-----
- Upgrade to libssh2 v1.9
- Refactor SshChannel (at least getters and putters)
- Override libssh2 send and recv callbacks to do raw sends/recvs with U++ TcpSocket.
- Accordingly, move Ssh::Wait() to SshSession.
- Write a tutorial based on SshBasics example.