ultimatepp/uppsrc/Core/SSH/Todo
oblivion 81fb588f4b SFtpFileSystemInfo: Return type for GetInfo() fixed.
SFtp::DirEnty: doc updated.

git-svn-id: svn://ultimatepp.org/upp/trunk@12434 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-10-31 09:53:39 +00:00

6 lines
192 B
Text

TODO:
-----
- 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.