Willipedia is now back online as of 5/5/2019 |
It has been several years since Willipedia closed. Please help get it updated! |
Go to the Willipedia 2.0 Project to learn more. |
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 00: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]