Page 1 of 1

[Sug] SCP or SFTP support

Posted: 2011-09-01, 07:19 UTC
by v6ak
I'd like to have a support for SFTP or SCP.

Posted: 2011-09-01, 12:27 UTC
by ghisler(Author)
This would be difficult because there doesn't seem to be an OpenSSH library for Android, just OpenSSL. Therefore my FTP plugin only supprts FTPS (ftp over SSL), which is similar to HTTPS.

Posted: 2011-09-05, 12:37 UTC
by CoolWater
2ghisler(Author)

JSch is a pure-java ssh2 library available under BSD license. It also supports sftp. Isn't this an option?

Regards,
CoolWater

Posted: 2011-09-05, 12:48 UTC
by ghisler(Author)
I can't say yet, but I will have a look at it, thanks for the link!

Posted: 2012-10-08, 08:53 UTC
by charly_35
Hello, Is there any chance to have SFTP working under Android ?

Posted: 2012-10-08, 12:51 UTC
by ghisler(Author)
Sorry, I haven't had the time yet to write a plugin with that library.