On Dec 13, 2:12 pm, Dana L <[email protected]> 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

