SSH lib available?

dirkbulinckx

New Member
Just started to look at Basic4Android (as VB developper this looked like the best option for me).
The 1st project I would like to start involves creating a client app for an existing (other platform) server. The communication between the client and the server is done via SSH.
Is there any SSH lib available for Basic4Android?


dirk
 

markbarrett_1

Member
Licensed User
Longtime User
Hi,

I'd add my vote to getting a SSH library. The days of un-encrypted communications from client to server are really gone.

Thanks.

Cheers.

M
 
Upvote 0

markbarrett_1

Member
Licensed User
Longtime User
Hi,

I know Version 2 of basic4and is the main priority at the moment, but I'm wondering if there has been any progress on getting a ssh library, or not any time soon?

Thanks.

Cheers.

M
 
Upvote 0

ribber

Member
Licensed User
Longtime User
I can write a wrapper for such a libary. Maybe we can collect here the SSH functions we need? (e.g. SFTP, local port forwarding, types of authentication...)
 
Upvote 0
Top