https://bugs.kde.org/show_bug.cgi?id=391464
--- Comment #9 from p <peter.mueller_1...@yahoo.com> --- Another update. I am either on a completely wrong track, or it is getting a bit more work. SftpSubsystem in method process for case SSH_FXP_READDIR is a method call sendName(id,dh). That is the one which fails for .android_secure. If in the debugger I set the id from 0 to 1, then I see all the subdirectories on my SD card. In the code further down the line, the system all of a sudden claims that this file doesn't exist. All this part of the code comes org.apache.sshd:sshd-core. In the grade file I see that you use version 0.8 and claim that 1.+ requires java.nio.file which doesn't exit in Android. It is there since API Level 26 https://developer.android.com/reference/java/nio/file/package-summary.html which is Android 8.0. My device is Android 8.0. I tried to change the code to use sshd-core 1.7 (your version is about 6 years old). Unfortunately it seems that the package was refactored quite heavily in the past 6 years. I failed to do a quick exchange. Am I on the wrong track? Is there an option for you to switch to 1.7? Any other opinions? -- You are receiving this mail because: You are watching all bug changes.