I want to be able to download a file in my android app using SFTP / SSH not FTP. Is this possible and how?
Thanks, Dave
I want to be able to download a file in my android app using SFTP / SSH not FTP. Is this possible and how?
Thanks, Dave
Try JTA: http://javassh.org/space/start
Also JSch: http://seancode.blogspot.com/2008/02/jsch-scp-file-in-java.html
edtFTPj/PRO is a Java library supporting SFTP (and FTPS) that works on Android. Disclosure: I'm one of the authors.