stux2000 / sshtunnel

Automatically exported from code.google.com/p/sshtunnel
GNU General Public License v3.0
0 stars 0 forks source link

Occur FC when the remote port is null #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Fill all the EditText except the Remote Port
2. Then click the Connect Button
3. Occur FC

What is the expected output? What do you see instead?
It should connect or show a prompt dialog with message:Can't let the Remote 
Port empty?

What version of the product are you using? On what operating system?
0.4beta on Android 2.2 @MIlestone 2

Please provide any additional information below.
Maybe need add:
String remotePort=RemotePortEditText.getText().toString();
if (null == remotePort){
ShowAToast("Can't let the RemotePort empty.");
return;
}

PS:
What is the Local Port and Remote Port?
Why I need to add the two port and how to use it?
Thanks.

Original issue reported on code.google.com by pengjianqing@gmail.com on 13 Feb 2011 at 8:40

GoogleCodeExporter commented 9 years ago
For android devices, until now we cannot find an efficient enough dynamic port 
forward implementation, So, we choose to use simple local port forward to 
achieve the same aim, which needs one http proxy (typically squid / ngix) run 
on the SSH server.
Thanks for your issues, this bug will be fixed soon.

Original comment by max.c...@gmail.com on 13 Feb 2011 at 10:56

GoogleCodeExporter commented 9 years ago
This bug fixed now, issue closed.

Original comment by max.c...@gmail.com on 13 Feb 2011 at 11:20