ultimatepp/uppsrc/Core/SSH/issues
oblivion 10038d8b94 Third iteration: Started SshSession & SFtp refactoring.
git-svn-id: svn://ultimatepp.org/upp/trunk@12157 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-08-10 18:46:16 +00:00

10 lines
478 B
Text

WhenContent - confusing, when using Get, I would remove it [Fixed]
nonblocking behaviour with NULL handles is weird [Fixed]
SFtp etc.... should be derived from the session (as it is unlikely and unnecessary that single session is used by more protocols at the same time) [
bool SFtp::DataRead(SFtpHandle handle, int64 size, Event<const void*, int>&& fn, bool str) [Fixed]
implementation is wrong - it reads past requested size and it also gives wrong size to fn