flyfire / droidsshd

Automatically exported from code.google.com/p/droidsshd
0 stars 0 forks source link

teach Emacs TRAMP how to do access through DroidSSHd #30

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. installed DroidSSHd on Samsung Galaxy S (Android 2.2)
2. tried to access it with TRAMP in Emacs23
3.

What is the expected output? What do you see instead?

DroidSSHd doesn't include scp or sftp. I could transfer some files with ssh 
.... 'cat - > filename'.

I thought one could use Emacs TRAMP to access files on the Android via 
DroidSSHd, because it knows a lot about how to adapt to the environment on the 
machine we are connecting to.

But TRAMP failed due to absent "env" on the Android side IIUC -- 
https://bugs.launchpad.net/emacs/+bug/1041474 .

We should teach TRAMP to do access through DroidSSHd, provide the corresponding 
configuration for TRAMP. 

Original issue reported on code.google.com by z.va...@gmail.com on 25 Aug 2012 at 7:25