Difference between revisions of "SCP"

m
 
m
 
Line 1: Line 1:
 +
[[Category:How-To]] [[Category:Computers]]
 
SCP, or "secure copy", lets you transfer a file from one server to another over [[SSH]]. To use it, open up a [[Unix]] [[command line]] and type:
 
SCP, or "secure copy", lets you transfer a file from one server to another over [[SSH]]. To use it, open up a [[Unix]] [[command line]] and type:
  
 
   scp [file or folder to upload] [your user name]@[server to transfer to]:[path to upload to]
 
   scp [file or folder to upload] [your user name]@[server to transfer to]:[path to upload to]

Latest revision as of 01:31, May 5, 2006

SCP, or "secure copy", lets you transfer a file from one server to another over SSH. To use it, open up a Unix command line and type:

 scp [file or folder to upload] [your user name]@[server to transfer to]:[path to upload to]