albertvaka commented on issue #322:
URL: https://github.com/apache/mina-sshd/issues/322#issuecomment-2267725568

   Hey, just FYI we do use mina-sshd in Android in the KDE Connect project 🙂 
   
   We just updated from v0.14.0 (from 10 years ago) to v2.13.1 😄
   
   We haven't seen an issue with the Exceptions (yet?), but we did have to add 
a 
[workaround](https://invent.kde.org/network/kdeconnect-android/-/blob/90dbdee282e77e00fa88bc13fb1fc2cd6751b1ed/src/org/kde/kdeconnect/Plugins/SftpPlugin/SimpleSftpServer.kt#L213)
 to not use the `user.home` property.
   
   Other than that, Mina SSHD runs quite well on Android. Since Android 11 (API 
version  30) it can run unmodified. On older versions it's not possible to use 
the `NativeFileSystemFactory` because to access the filesystem you have to use 
the Storage Access Framework API, so we had to implement our own 
`FileSystemFactory ` using that, and we even went further and added more 
compatibility hacks to support down to Android 5.0, but you probably don't want 
to go that far.


-- 
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: dev-unsubscr...@mina.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org

Reply via email to