Details
-
Wish
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.10.1
-
None
Description
Most methods in DefaultSftpClient that implement methods from SftpClient are split into sending and receiving part with the latter being separated into a protected method (like checkHandle or checkStatus) making them a nice extension point if you want to add some specific error handling. Unfortunately readDir(Handle) is not one of them. It would be great if it followed that pattern.