Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 7 years ago. The community reviewed whether to reopen this question 5 months ago and left it closed: Not suitable for this site We don’t allow
Tag: sftp
How to secure an SFTP password in an APK file
I’m developing an Android app which has a service to upload images/files to a FTP server. To make that possible, the app on the device has to log in into the FTP server before sending data. And here comes my problem. The user does not need to / have to know about the FTP login data. Only the app itself.
JSchException: Algorithm negotiation fail
I am trying to connect to remote sftp server over ssh with JSch (0.1.44-1) but during session.connect(); I am getting this exception: Logs from JSch: I am able to log in to remote server with linux sftp command. I was trying to find any kind of clue in the internet but I failed. Debug output from linux sftp command: Answer