I'm trying to get a file that I compiled from the Pi but SCP doesn't seem to work. I'm using the scp command from a Mac terminal but I get the following message after entering credentials for TCL...
Dropbear SSH multi-purpose v2014.65
Make a symlink pointing at this binary with one of the following names:
'dropbear' - the Dropbear server
'dbclient' or 'ssh' - the Dropbear client
'dropbearkey' - the key generator
'dropbearconvert' - the key converter
It looks like there is an scp binary in /usr/bin/ and /usr/local/bin/ but dropbear seems to grab the connection and looks like it doesn't have scp compiled in.
Is there anything I can do?