Copying files with SSH
- by Deniz Zoeteman
I am trying to copy a file from my other computer, to another computer. (both running Ubuntu 9.10)
So say:
I've ssh'ed into the other computer;
i 'cd' to the directory; and i entered cp File.zip /home/me/Desktop as file.zip is located in the directory i just used cd with.
Now, it gives me the following error message: cannot create regular file '/home/me/Desktop': no such file or directory
What do i have to do?