ultimatepp/uppsrc/Core/SSH/issues
cxl 1c75c33a16 Core/SSH: minor changes
git-svn-id: svn://ultimatepp.org/upp/trunk@12153 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-08-08 08:32:30 +00:00

10 lines
442 B
Text

WhenContent - confusing, when using Get, I would remove it
nonblocking behaviour with NULL handles is weird
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)
implementation is wrong - it reads past requested size and it also gives wrong size to fn