jetmc / sshtunnel

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

cannot use dropbox #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. install dropbox @android
2. login
3. failed

What is the expected output? What do you see instead?
"sorry, cannot connect to dropbox..."

What version of the product are you using? On what operating system?
SSHTunnel 0.3.1beta & dropbox(latest version)

Please provide any additional information below.
通知栏上图标能改成黑白的就更好了,和android系统更配。

Original issue reported on code.google.com by vincent...@gmail.com on 12 Feb 2011 at 5:23

GoogleCodeExporter commented 9 years ago
换了0.4beta,问题依旧

Original comment by vincent...@gmail.com on 13 Feb 2011 at 5:11

GoogleCodeExporter commented 9 years ago
Sorry for not working with dropbox. It seems that until the android dropbox 
supports http proxy, there is no hope to fix this problem.

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

GoogleCodeExporter commented 9 years ago
已更新到0.6版本,请确认此问题是否还存在,谢谢!

Original comment by max.c...@gmail.com on 17 Feb 2011 at 11:23

GoogleCodeExporter commented 9 years ago
用了0.61
比之前好一些,可以登录进去看到总目录了,但再点进去就��
�出问题了
Network error. Unable to load folder.
或是
Dropbox is not reachable. Please check if you can browse the Internet.

Original comment by vincent...@gmail.com on 17 Feb 2011 at 5:29

GoogleCodeExporter commented 9 years ago
请问你使用的是什么网络,手机型号和ROM版本是多少?“再��
�进去” 指的是点进子目录?

Original comment by max.c...@gmail.com on 18 Feb 2011 at 4:27

GoogleCodeExporter commented 9 years ago
根据Dropbox论坛上的反馈,这是因为Dropbox对Proxy的支持不好。
http://forums.dropbox.com/topic.php?id=24969

Original comment by max.c...@gmail.com on 18 Feb 2011 at 4:41

GoogleCodeExporter commented 9 years ago
wifi, xt702 2.1 嗯,进子目录
谢谢,我去那里反映一下试试

Original comment by vincent...@gmail.com on 18 Feb 2011 at 4:56

GoogleCodeExporter commented 9 years ago
请教个问题。
如何直接在命令行里面进行SSH PROXY
ssh -D 貌似不行?

Original comment by johsonc...@gmail.com on 11 Mar 2011 at 3:10

GoogleCodeExporter commented 9 years ago
android 手机不支持 ssh -D 这种动态端口转发方式

Original comment by max.c...@gmail.com on 12 Mar 2011 at 1:39

GoogleCodeExporter commented 9 years ago
已经安装了完整的 BusyBox 的。
而且我在 Ubuntu 上也不可以。可能是我的命令有问题。
SSH 供应商:PUFF
我的iPad 上想用ssh 。想在 Mobile Terminal 中实现。
不过你也可以做个 sshtunnel for iOS。做个DEB发CYDIA上去。

Original comment by johsonc...@gmail.com on 12 Mar 2011 at 1:12

GoogleCodeExporter commented 9 years ago
Ubuntu 上不可以是因为你少了 -N -T 这两个参数,PUFF 
的服务不允许得到远程的命令行。
另外 iPad 上已经有完整的 ssh -D 的实现了,你在 Mobile Terminal 
中可以很容易的启用 ssh,并设置全局代理(iOS 
对于全局代理的支持是完整的)

Original comment by max.c...@gmail.com on 12 Mar 2011 at 1:30

GoogleCodeExporter commented 9 years ago
我输入 
ssh -D localport username@server -N -T 
后可以连接,但输入密码后就没有反应了……不知为何?

Original comment by johsonc...@gmail.com on 12 Mar 2011 at 3:06

GoogleCodeExporter commented 9 years ago
已经解决。其实很简单……看着LOGCAT自己打上了
ssh -N -T -y -L 1984:127.0.0.1:3128 username@sever 即可

Original comment by johsonc...@gmail.com on 12 Mar 2011 at 4:10

GoogleCodeExporter commented 9 years ago
经反馈,已可正常使用

Original comment by max.c...@gmail.com on 25 Mar 2011 at 11:07