Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

smurray444

macrumors newbie
Original poster
Jan 19, 2009
9
0
Dear all,

I'm trying to copy (using scp, Unix) a file from a remote host to my local computer. The command that I've been trying is:

scp lpj_land_mask.nc glsjm@[ip address]:/Users/Steve/Desktop/

This however only seems to move the file from its original place on the remote host to another folder on the remote host.

How do I get it to actually appear on my own local computer?

Many thanks for any help,

Steve
 
The syntax for scp is scp source destination. So in your case you'd have something like this:
Code:
scp glsjm@[ip address]:lpj_land_mask.nc /Users/Steve/Desktop/
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.