uttamgupta commented on issue #724: URL: https://github.com/apache/mina-sshd/issues/724#issuecomment-2791126456
Thanks for your response. I didn't see SFTP protocol internally and I believe you what you explained. Jsch might be calling recursively from client side. See java doc [link](https://epaul.github.io/jsch-documentation/javadoc/com/jcraft/jsch/ChannelSftp.html#rmdir-java.lang.String-) and source code [link](https://github.com/mwiede/jsch/blob/8fe6a64916a9648337c51a3a2eca0e079f87d096/src/main/java/com/jcraft/jsch/ChannelSftp.java#L2060). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
