jumaris / connectbot

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

scp client support #147

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Can connectbot be used as an scp client?  I would like to scp files from/to a 
server using my 
android phone.  How would that be done?

Original issue reported on code.google.com by young...@gmail.com on 27 May 2009 at 7:28

GoogleCodeExporter commented 8 years ago

Original comment by kenny@the-b.org on 30 May 2009 at 6:07

GoogleCodeExporter commented 8 years ago
According to other posts, CoonectBot has no intentions of adding scp. I, 
however, found a work-around: download SSHDroid and open a listener on your 
phone. It will look something like this: root@10.187.233.206. Go back into 
ConnectBot and ssh into your phone: root@10.187.233.206:2222.
After navigating to your sdcard, scp it to your server. Ex: scp file.txt 
root@ip.add.re.ss:/var/www/html/file.txt.

Original comment by curtisgh...@gmail.com on 11 Sep 2011 at 9:51