Where does a file copy to when I scp it?

Posted by user2413 on Ask Ubuntu See other posts from Ask Ubuntu or by user2413
Published on 2011-02-02T11:15:44Z Indexed on 2011/02/02 15:34 UTC
Read the original article Hit count: 333

Filed under:
|

Hi forum,

i have this file myfirst.txt located on a cluster of computers down the hall, i.e.:

myname@login1:~> ls
myfirst.txt

which i want to download to the home directory:

scp [email protected]:myfirst.txt .

to which i get:

myfirst.txt                                   100% 1828     1.8KB/s   00:00

now where (on my home computer) is this myfirst.txt file ? i can't find it. It's not visible when i click 'show hidden files' either.

Tia,

© Ask Ubuntu or respective owner

Related posts about scripts

Related posts about scp