And in this case it would have been usefull to show the complete part of thh session. Just saying “it didn’t copy” is without even showing what (error) messages were displayed is not very informative. It does not prove e.g. that /home/anonymous/asdf.asd exists. Let the computer speak!
An example:
mgi@boven:~> scp beneden:hoera hoera
Password:
scp: hoera: No such file or directory
mgi@boven:~>
Maybe you have a different SSH config then I have. As you have seen, mine asks simply Password, while your asks* 111.222.333.444’s password*
My questions, are you loging in as usr sj at the other system? And do you use sj’s password then?
And I repeat: please put computer output between CODE tags. There is no need to put code: before it because that is of no help. Read the link I provided in the first liine of poist #3 above.
>
> oh i see.
>
> code:
>
> sj@right:~>scp -P 22 111.222.333.444:/home/bjm/waterphantom/test.root
> ./
> sj@111.222.333.444’s password:
> Set Basic Path
> sj@right:~>
>
> that’s all. ‘Set Basic Path’ was all error message.
> could you help me understand this message?
>
>
No idea what that means but can you add the option -v to your command to get
hopefully the more verbose debug messages from scp like this
scp -v -P 22 111.222.333.444:/home/bjm/waterphantom/test.root ./
or the short form
scp -vP 22 111.222.333.444:/home/bjm/waterphantom/test.root ./
of course with a valid ip address
–
PC: oS 11.3 64 bit | Intel Core2 Quad Q8300@2.50GHz | KDE 4.6.1 | GeForce
9600 GT | 4GB Ram
Eee PC 1201n: oS 11.4 64 bit | Intel Atom 330@1.60GHz | Gnome 2.32 | nVidia
ION | 3GB Ram
The quotes are important. Change the IP to whatever you were really using. And you might need a “-p port” option (to match the “-P port” that you were apparently using with scp).
There might be a messed up “.bashrc” or other shell initialization file on the destination system.