View Single Post
Posts: 62 | Thanked: 1 time | Joined on Dec 2005
#5
How do I get the scp working? On this site there are some directions on how to
actually use scp:

http://maemo.org/pipermail/maemo-use...er/000293.html

That's a fine example, but when I try it out I get this error:
(copying from my linux box to the 770)

ari/junk> scp test.txt user@192.168.0.4:/media/mmc1
ssh: connect to host 192.168.0.4 port 22: Connection refused
lost connection

Ok, so I look here and find out I need to run dbclient first (which I have installed):

https://maemo.org/maemowiki/InstallSsh

That's also fine, but when I try to run dbclient (on the 770) I get:

/var/lib/install/usr/bin $ ./dbclient
Dropbear client v0.46
Usage: ./dbclient [options] [user@]host
Options are:
-p <remoteport>
-t Allocate a pty
-T Don't allocate a pty
-i <identityfile> (multiple allowed)
-L <listenport:remotehost:remoteport> Local port forwarding
-R <listenport:remotehost:remoteport> Remote port forwarding
-l <username>

What's the correct way to set up a session for scp? I already have the basic ssh
setup working well.

Thanks,

- Ari