[android-developers] Re: SSHFS on Android
On Dec 13, 2:12 pm, Dana L <dana11...@gmail.com> wrote:
> I'm trying to run sshfs on Android.
Does your kernel have the necessary support?
> I get the following error:
>
> read: Connection reset by peer
Can you instrument the code to better undestand the nature of the
failure?
> I'm also having trouble getting a command-line ssh client to work (and
> I believe it's for similar reasons).
You might want to attack that problem first, again perhaps by
instrumenting the code (or even check for a verbose option on the
command line?)
Also, it might be worth the quick check of using netcat instead of ssh
to do a crude telnet connection - if even that won't work, I'd look at
network problems.
As for the suggestion to move to android-ndk, that may not be wholly
on topic either - the long range project probably belongs on kernel or
platform.
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home