Copying files with SSH
Posted
by
Deniz Zoeteman
on Super User
See other posts from Super User
or by Deniz Zoeteman
Published on 2010-01-06T17:45:45Z
Indexed on
2014/05/31
21:35 UTC
Read the original article
Hit count: 425
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?
© Super User or respective owner