views:

91

answers:

0

Hello Guys,

back here with libssh2 again..! I'm encountering few problems with the user agent...

I need to setup a connection with libssh2 in such manners, if password, username is not specified, they should be asked from virtual command-prompt on iPhone.

We've developed a command-line emulator, its's working good.Right now the problem is we've to specify full details from start, so, connection is made based on full details. Now, we want to implement the program, like, if we don't specify username/password, then, these details should be flagged when our emulator opens, same like, command-line. If we're not logged in, then, it asks for username and password then allows us to feed other commands.

Please suggest any idea. Thank You.