MudaliarArun / connectbot

Automatically exported from code.google.com/p/connectbot
Apache License 2.0
0 stars 0 forks source link

Support to mounting directories over ssh #204

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I would love the ability to mount directories over ssh.  One reason this 
would be awesome would be to have one music and file collection on a server 
that is larger than the capacity of a micro sd card.

Original issue reported on code.google.com by foundbo...@gmail.com on 11 Oct 2009 at 5:22

GoogleCodeExporter commented 8 years ago
This would be possible if Android had something like Gnome's VFS, but it 
doesn't so I
can't implement this in an application.

Your best bet is probably rolling your own system.img and kernel with FUSE 
support
and SSHFS.

Original comment by kenny@the-b.org on 25 Oct 2009 at 5:04