2

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

2 Answers2

2

Try JTA: http://javassh.org/space/start

Also JSch: http://seancode.blogspot.com/2008/02/jsch-scp-file-in-java.html

Naftuli Kay
  • 87,710
  • 93
  • 269
  • 411
1

edtFTPj/PRO is a Java library supporting SFTP (and FTPS) that works on Android. Disclosure: I'm one of the authors.

Bruce Blackshaw
  • 986
  • 1
  • 7
  • 10